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

/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h52 #define MPA_CRC 0x40 macro
H A Diwch_cm.c501 mpa->flags = (crc_enabled ? MPA_CRC : 0) |
604 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) |
905 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;
1028 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;
/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h651 #define MPA_CRC 0x40 macro
H A Dcm.c819 mpa->flags = (crc_enabled ? MPA_CRC : 0) |
994 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) |
1365 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;
1592 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;
/drivers/infiniband/hw/nes/
H A Dnes_hw.h1357 MPA_CRC = 0x02, enumerator in enum:nes_term_mpa_errors
H A Dnes_hw.c3286 termhdr->error_code = MPA_CRC;

Completed in 93 milliseconds