Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_provider.h126 u8 xmit_marker_enabled; /* iWARP: enable inbound Read Resp. */ member
Diwch_cm.c907 ep->mpa_attr.xmit_marker_enabled = mpa->flags & MPA_MARKERS ? 1 : 0; in process_mpa_reply()
912 ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version); in process_mpa_reply()
1030 ep->mpa_attr.xmit_marker_enabled = mpa->flags & MPA_MARKERS ? 1 : 0; in process_mpa_request()
1035 ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version); in process_mpa_request()
Diwch_qp.c912 (qhp->attr.mpa_attr.xmit_marker_enabled << 1) | in rdma_init()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h430 u8 xmit_marker_enabled; member
Dcm.c1440 ep->mpa_attr.xmit_marker_enabled = mpa->flags & MPA_MARKERS ? 1 : 0; in process_mpa_reply()
1503 ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version, in process_mpa_reply()
1667 ep->mpa_attr.xmit_marker_enabled = mpa->flags & MPA_MARKERS ? 1 : 0; in process_mpa_request()
1704 ep->mpa_attr.xmit_marker_enabled, ep->mpa_attr.version, in process_mpa_request()
Dqp.c1304 if (qhp->attr.mpa_attr.xmit_marker_enabled) in rdma_init()