Searched refs:crc_enabled (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 85 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) | in send_mpa_req() 604 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) | in send_mpa_reply() 901 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_reply() 907 ep->mpa_attr.crc_enabled, ep->mpa_attr.recv_marker_enabled, in process_mpa_reply() 1024 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_request() 1030 ep->mpa_attr.crc_enabled, ep->mpa_attr.recv_marker_enabled, in process_mpa_request()
|
D | iwch_provider.h | 125 u8 crc_enabled; member
|
D | iwch_qp.c | 910 (qhp->attr.mpa_attr.crc_enabled << 2); in rdma_init()
|
/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 113 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) | in send_mpa_req() 711 mpa->flags = (ep->mpa_attr.crc_enabled ? MPA_CRC : 0) | in send_mpa_reply() 1059 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_reply() 1106 "%d\n", __func__, ep->mpa_attr.crc_enabled, in process_mpa_reply() 1266 ep->mpa_attr.crc_enabled = (mpa->flags & MPA_CRC) | crc_enabled ? 1 : 0; in process_mpa_request() 1302 ep->mpa_attr.crc_enabled, ep->mpa_attr.recv_marker_enabled, in process_mpa_request()
|
D | iw_cxgb4.h | 326 u8 crc_enabled; member
|
D | qp.c | 1094 if (qhp->attr.mpa_attr.crc_enabled) in rdma_init()
|