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) |
901 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;
1024 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;
/drivers/infiniband/hw/cxgb4/
H A Dcm.c540 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;
1266 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0;
H A Diw_cxgb4.h510 #define MPA_CRC 0x40 macro
/drivers/infiniband/hw/nes/
H A Dnes_hw.h1357 MPA_CRC = 0x02, enumerator in enum:nes_term_mpa_errors
H A Dnes_hw.c3289 termhdr->error_code = MPA_CRC;

Completed in 167 milliseconds