Searched refs:crc_enabled (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/drivers/input/mouse/ | 
| D | elantech.h | 136 	bool crc_enabled;  member
  | 
| D | elantech.c | 762 	if (etd->crc_enabled) {  in elantech_packet_check_v3() 802 	if (etd->crc_enabled)  in elantech_packet_check_v4() 1355 ELANTECH_INT_ATTR(crc_enabled, 0); 1612 	etd->crc_enabled = (etd->fw_version & 0x4000) == 0x4000 ||  in elantech_set_properties()
  | 
| /linux-4.4.14/drivers/infiniband/hw/cxgb3/ | 
| D | iwch_cm.c | 85 static int crc_enabled = 1;  variable 86 module_param(crc_enabled, int, 0644); 87 MODULE_PARM_DESC(crc_enabled, "Enable MPA CRC (default(1)=enabled)"); 501 	mpa->flags = (crc_enabled ? MPA_CRC : 0) |  in send_mpa_req() 604 	mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) |  in send_mpa_reply() 905 	ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;  in process_mpa_reply() 911 	     ep->mpa_attr.crc_enabled, ep->mpa_attr.recv_marker_enabled,  in process_mpa_reply() 1028 	ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;  in process_mpa_request() 1034 	     ep->mpa_attr.crc_enabled, ep->mpa_attr.recv_marker_enabled,  in process_mpa_request()
  | 
| D | iwch_provider.h | 127 	u8 crc_enabled;  member
  | 
| D | iwch_qp.c | 913 		(qhp->attr.mpa_attr.crc_enabled << 2);  in rdma_init()
  | 
| /linux-4.4.14/Documentation/input/ | 
| D | elantech.txt | 131 * crc_enabled 133    Sets crc_enabled to 0/1. The name "crc_enabled" is the official name of 137    Depending on the state of crc_enabled, certain basic data integrity 140    The state of crc_enabled can be altered with this knob. 142    Reading the crc_enabled value will show the active value. Echoing
  | 
| /linux-4.4.14/drivers/infiniband/hw/cxgb4/ | 
| D | cm.c | 129 static int crc_enabled = 1;  variable 130 module_param(crc_enabled, int, 0644); 131 MODULE_PARM_DESC(crc_enabled, "Enable MPA CRC (default(1)=enabled)"); 888 	mpa->flags = (crc_enabled ? MPA_CRC : 0) |  in send_mpa_req() 1063 	mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) |  in send_mpa_reply() 1438 	ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;  in process_mpa_reply() 1501 	     "%d\n", __func__, ep->mpa_attr.crc_enabled,  in process_mpa_reply() 1665 	ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;  in process_mpa_request() 1703 	     ep->mpa_attr.crc_enabled, ep->mpa_attr.recv_marker_enabled,  in process_mpa_request()
  | 
| D | iw_cxgb4.h | 431 	u8 crc_enabled;  member
  | 
| D | qp.c | 1306 	if (qhp->attr.mpa_attr.crc_enabled)  in rdma_init()
  | 
| /linux-4.4.14/drivers/staging/rdma/hfi1/ | 
| D | mad.c | 1052 	u8 crc_enabled;  in __subn_set_opa_portinfo()  local 1273 	crc_enabled = be16_to_cpu(pi->port_ltp_crc_mode);  in __subn_set_opa_portinfo() 1274 	crc_enabled >>= 4;  in __subn_set_opa_portinfo() 1275 	crc_enabled &= 0xf;  in __subn_set_opa_portinfo() 1277 	if (crc_enabled != 0)  in __subn_set_opa_portinfo() 1278 		ppd->port_crc_mode_enabled = port_ltp_to_cap(crc_enabled);  in __subn_set_opa_portinfo()
  |