Searched refs:crc_enabled (Results 1 - 6 of 6) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
H A 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) | 604 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) | 901 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; 905 PDBG("%s - crc_enabled=%d, recv_marker_enabled=%d, " 907 ep->mpa_attr.crc_enabled, ep->mpa_attr.recv_marker_enabled, 1024 ep->mpa_attr.crc_enabled [all...] |
H A D | iwch_provider.h | 125 u8 crc_enabled; member in struct:iwch_mpa_attributes
|
H A D | iwch_qp.c | 910 (qhp->attr.mpa_attr.crc_enabled << 2);
|
/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 113 static int crc_enabled = 1; variable 114 module_param(crc_enabled, int, 0644); 115 MODULE_PARM_DESC(crc_enabled, "Enable MPA CRC (default(1)=enabled)"); 540 mpa->flags = (crc_enabled ? MPA_CRC : 0) | 711 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) | 1059 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; 1104 PDBG("%s - crc_enabled=%d, recv_marker_enabled=%d, " 1106 "%d\n", __func__, ep->mpa_attr.crc_enabled, 1266 ep->mpa_attr.crc_enabled [all...] |
H A D | iw_cxgb4.h | 326 u8 crc_enabled; member in struct:c4iw_mpa_attributes
|
H A D | qp.c | 1094 if (qhp->attr.mpa_attr.crc_enabled)
|
Completed in 91 milliseconds