Searched refs:crc_enabled (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/input/mouse/ |
D | elantech.h | 135 bool crc_enabled; member
|
D | elantech.c | 762 if (etd->crc_enabled) { in elantech_packet_check_v3() 797 if (etd->crc_enabled) in elantech_packet_check_v4() 1344 ELANTECH_INT_ATTR(crc_enabled, 0); 1594 etd->crc_enabled = (etd->fw_version & 0x4000) == 0x4000 || in elantech_set_properties()
|
/linux-4.1.27/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 | 125 u8 crc_enabled; member
|
D | iwch_qp.c | 912 (qhp->attr.mpa_attr.crc_enabled << 2); in rdma_init()
|
/linux-4.1.27/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.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 128 static int crc_enabled = 1; variable 129 module_param(crc_enabled, int, 0644); 130 MODULE_PARM_DESC(crc_enabled, "Enable MPA CRC (default(1)=enabled)"); 835 mpa->flags = (crc_enabled ? MPA_CRC : 0) | in send_mpa_req() 1010 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) | in send_mpa_reply() 1381 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_reply() 1444 "%d\n", __func__, ep->mpa_attr.crc_enabled, in process_mpa_reply() 1608 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_request() 1646 ep->mpa_attr.crc_enabled, ep->mpa_attr.recv_marker_enabled, in process_mpa_request()
|
D | iw_cxgb4.h | 443 u8 crc_enabled; member
|
D | qp.c | 1293 if (qhp->attr.mpa_attr.crc_enabled) in rdma_init()
|