p2p_type          106 drivers/infiniband/hw/cxgb4/cm.c static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ;
p2p_type          107 drivers/infiniband/hw/cxgb4/cm.c module_param(p2p_type, int, 0644);
p2p_type          108 drivers/infiniband/hw/cxgb4/cm.c MODULE_PARM_DESC(p2p_type, "RDMAP opcode to use for the RTR message: "
p2p_type         1008 drivers/infiniband/hw/cxgb4/cm.c 			if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE)
p2p_type         1011 drivers/infiniband/hw/cxgb4/cm.c 			else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ)
p2p_type         1097 drivers/infiniband/hw/cxgb4/cm.c 					  (p2p_type ==
p2p_type         1099 drivers/infiniband/hw/cxgb4/cm.c 					   MPA_V2_RDMA_WRITE_RTR : p2p_type ==
p2p_type         1179 drivers/infiniband/hw/cxgb4/cm.c 		if (peer2peer && (ep->mpa_attr.p2p_type !=
p2p_type         1183 drivers/infiniband/hw/cxgb4/cm.c 			if (p2p_type == FW_RI_INIT_P2PTYPE_RDMA_WRITE)
p2p_type         1186 drivers/infiniband/hw/cxgb4/cm.c 			else if (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ)
p2p_type         1557 drivers/infiniband/hw/cxgb4/cm.c 	ep->mpa_attr.p2p_type = FW_RI_INIT_P2PTYPE_DISABLED;
p2p_type         1602 drivers/infiniband/hw/cxgb4/cm.c 					ep->mpa_attr.p2p_type =
p2p_type         1606 drivers/infiniband/hw/cxgb4/cm.c 					ep->mpa_attr.p2p_type =
p2p_type         1612 drivers/infiniband/hw/cxgb4/cm.c 			ep->mpa_attr.p2p_type = p2p_type;
p2p_type         1618 drivers/infiniband/hw/cxgb4/cm.c 		 ep->mpa_attr.p2p_type, p2p_type);
p2p_type         1627 drivers/infiniband/hw/cxgb4/cm.c 			(ep->mpa_attr.p2p_type != p2p_type)) {
p2p_type         1628 drivers/infiniband/hw/cxgb4/cm.c 		ep->mpa_attr.p2p_type = FW_RI_INIT_P2PTYPE_DISABLED;
p2p_type         1783 drivers/infiniband/hw/cxgb4/cm.c 	ep->mpa_attr.p2p_type = FW_RI_INIT_P2PTYPE_DISABLED;
p2p_type         1805 drivers/infiniband/hw/cxgb4/cm.c 						ep->mpa_attr.p2p_type =
p2p_type         1809 drivers/infiniband/hw/cxgb4/cm.c 						ep->mpa_attr.p2p_type =
p2p_type         1815 drivers/infiniband/hw/cxgb4/cm.c 			ep->mpa_attr.p2p_type = p2p_type;
p2p_type         1820 drivers/infiniband/hw/cxgb4/cm.c 		 ep->mpa_attr.p2p_type);
p2p_type         3177 drivers/infiniband/hw/cxgb4/cm.c 		    (ep->mpa_attr.p2p_type != FW_RI_INIT_P2PTYPE_DISABLED) &&
p2p_type         3178 drivers/infiniband/hw/cxgb4/cm.c 		    (p2p_type == FW_RI_INIT_P2PTYPE_READ_REQ) && ep->ird == 0)
p2p_type          452 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	u8 p2p_type;
p2p_type         1724 drivers/infiniband/hw/cxgb4/qp.c static void build_rtr_msg(u8 p2p_type, struct fw_ri_init *init)
p2p_type         1726 drivers/infiniband/hw/cxgb4/qp.c 	pr_debug("p2p_type = %d\n", p2p_type);
p2p_type         1728 drivers/infiniband/hw/cxgb4/qp.c 	switch (p2p_type) {
p2p_type         1783 drivers/infiniband/hw/cxgb4/qp.c 		FW_RI_WR_P2PTYPE_V(qhp->attr.mpa_attr.p2p_type);
p2p_type         1818 drivers/infiniband/hw/cxgb4/qp.c 		build_rtr_msg(qhp->attr.mpa_attr.p2p_type, &wqe->u.init);