Searched defs:p2p_type (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/hw/cxgb4/
H A Dqp.c1226 static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init) argument
1228 PDBG("%s p2p_type = %d\n", __func__, p2p_type);
1230 switch (p2p_type) {
1287 V_FW_RI_WR_P2PTYPE(qhp->attr.mpa_attr.p2p_type);
1317 build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init);
H A Dcm.c108 static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ; variable
109 module_param(p2p_type, int, 0644);
110 MODULE_PARM_DESC(p2p_type, "RDMAP opcode to use for the RTR message: "
839 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE)
842 else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ)
926 (p2p_type ==
928 MPA_V2_RDMA_WRITE_RTR : p2p_type ==
1005 if (peer2peer && (ep->mpa_attr.p2p_type !=
1009 if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE)
1012 else if (p2p_type
[all...]
H A Diw_cxgb4.h446 u8 p2p_type; member in struct:c4iw_mpa_attributes

Completed in 65 milliseconds