Home
last modified time | relevance | path

Searched refs:xmit_marker_enabled (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch_provider.h126 u8 xmit_marker_enabled; /* iWARP: enable inbound Read Resp. */ member
Diwch_cm.c903 ep->mpa_attr.xmit_marker_enabled = mpa->flags & MPA_MARKERS ? 1 : 0; in process_mpa_reply()
908 ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version); in process_mpa_reply()
1026 ep->mpa_attr.xmit_marker_enabled = mpa->flags & MPA_MARKERS ? 1 : 0; in process_mpa_request()
1031 ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version); in process_mpa_request()
Diwch_qp.c831 (qhp->attr.mpa_attr.xmit_marker_enabled << 1) | in rdma_init()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h507 u8 xmit_marker_enabled; member
Dcm.c1513 ep->mpa_attr.xmit_marker_enabled = mpa->flags & MPA_MARKERS ? 1 : 0; in process_mpa_reply()
1575 ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version, in process_mpa_reply()
1737 ep->mpa_attr.xmit_marker_enabled = mpa->flags & MPA_MARKERS ? 1 : 0; in process_mpa_request()
1777 ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version, in process_mpa_request()
Dqp.c1808 if (qhp->attr.mpa_attr.xmit_marker_enabled) in rdma_init()