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

/freebsd-10.1-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c123 static int crc_enabled = 1; variable
124 TUNABLE_INT("hw.iw_cxgb.crc_enabled", &crc_enabled);
125 SYSCTL_INT(_hw_iw_cxgb, OID_AUTO, crc_enabled, CTLFLAG_RW, &crc_enabled, 0,
356 mpa->flags = (crc_enabled ? MPA_CRC : 0) |
428 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) |
695 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;
703 CTR5(KTR_IW_CXGB, "%s - crc_enabled
[all...]
H A Diw_cxgb_provider.h122 u8 crc_enabled; member in struct:iwch_mpa_attributes
H A Diw_cxgb_qp.c860 (qhp->attr.mpa_attr.crc_enabled << 2);
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c835 static int crc_enabled = 1; variable
836 TUNABLE_INT("hw.iw_cxgbe.crc_enabled", &crc_enabled);
837 SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, crc_enabled, CTLFLAG_RW, &crc_enabled, 0,
987 mpa->flags = (crc_enabled ? MPA_CRC : 0) |
1153 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) |
1553 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;
1632 CTR6(KTR_IW_CXGBE, "%s - crc_enabled
[all...]
H A Diw_cxgbe.h394 u8 crc_enabled; member in struct:c4iw_mpa_attributes
H A Dqp.c1127 if (qhp->attr.mpa_attr.crc_enabled)

Completed in 176 milliseconds