Home
last modified time | relevance | path

Searched refs:p2p_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/infiniband/hw/cxgb4/
H A Dcm.c107 module_param(p2p_type, int, 0644);
1097 (p2p_type == in send_mpa_reject()
1604 ep->mpa_attr.p2p_type = in process_mpa_reply()
1608 ep->mpa_attr.p2p_type = in process_mpa_reply()
1614 ep->mpa_attr.p2p_type = p2p_type; in process_mpa_reply()
1620 ep->mpa_attr.p2p_type, p2p_type); in process_mpa_reply()
1629 (ep->mpa_attr.p2p_type != p2p_type)) { in process_mpa_reply()
1807 ep->mpa_attr.p2p_type = in process_mpa_request()
1811 ep->mpa_attr.p2p_type = in process_mpa_request()
1817 ep->mpa_attr.p2p_type = p2p_type; in process_mpa_request()
[all …]
H A Dqp.c1733 static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init) in build_rtr_msg() argument
1735 pr_debug("p2p_type = %d\n", p2p_type); in build_rtr_msg()
1737 switch (p2p_type) { in build_rtr_msg()
1792 FW_RI_WR_P2PTYPE_V(qhp->attr.mpa_attr.p2p_type); in rdma_init()
1827 build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init); in rdma_init()
H A Diw_cxgb4.h446 u8 p2p_type; member