Searched refs:crc_enabled (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c85 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 Diwch_provider.h125 u8 crc_enabled; member in struct:iwch_mpa_attributes
H A Diwch_qp.c910 (qhp->attr.mpa_attr.crc_enabled << 2);
/drivers/infiniband/hw/cxgb4/
H A Dcm.c113 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 Diw_cxgb4.h326 u8 crc_enabled; member in struct:c4iw_mpa_attributes
H A Dqp.c1094 if (qhp->attr.mpa_attr.crc_enabled)

Completed in 91 milliseconds