Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c109 static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; variable
110 module_param(p2p_type, int, 0644);
111 MODULE_PARM_DESC(p2p_type, "RDMAP opcode to use for the RTR message: "
908 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) in send_mpa_req()
911 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) in send_mpa_req()
995 (p2p_type == in send_mpa_reject()
997 MPA_V2_RDMA_WRITE_RTR : p2p_type == in send_mpa_reject()
1074 if (peer2peer && (ep->mpa_attr.p2p_type != in send_mpa_reply()
1078 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE) in send_mpa_reply()
1081 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) in send_mpa_reply()
[all …]
Dqp.c1239 static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init) in build_rtr_msg() argument
1241 PDBG("%s p2p_type = %d\n", __func__, p2p_type); in build_rtr_msg()
1243 switch (p2p_type) { in build_rtr_msg()
1300 FW_RI_WR_P2PTYPE_V(qhp->attr.mpa_attr.p2p_type); in rdma_init()
1330 build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init); in rdma_init()
Diw_cxgb4.h434 u8 p2p_type; member