Home
last modified time | relevance | path

Searched refs:MPA_CRC (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1375 mpa->flags = (crc_enabled ? MPA_CRC : 0) | in send_mpa_req()
1546 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) | in send_mpa_reply()
2006 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_reply()
2289 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_request()
H A Diw_cxgbe.h669 #define MPA_CRC 0x40 macro
/freebsd/sys/dev/irdma/
H A Dirdma_type.h135 MPA_CRC = 0x02, enumerator
H A Dirdma_ctrl.c1778 (LAYER_MPA << 4) | DDP_LLP, MPA_CRC); in irdma_bld_terminate_hdr()