max_ord           289 drivers/infiniband/hw/cxgb3/cxio_wr.h 	__be32 max_ord;		/* 3 */
max_ord           912 drivers/infiniband/hw/cxgb3/iwch_cm.c 	attrs.max_ord = ep->ord;
max_ord          1820 drivers/infiniband/hw/cxgb3/iwch_cm.c 	attrs.max_ord = ep->ord;
max_ord           788 drivers/infiniband/hw/cxgb3/iwch_provider.c 	qhp->attr.max_ord = 1;
max_ord           148 drivers/infiniband/hw/cxgb3/iwch_provider.h 	u32 max_ord;
max_ord           842 drivers/infiniband/hw/cxgb3/iwch_qp.c 	init_attr.ord = qhp->attr.max_ord;
max_ord           900 drivers/infiniband/hw/cxgb3/iwch_qp.c 			if (attrs->max_ord >
max_ord           905 drivers/infiniband/hw/cxgb3/iwch_qp.c 			newattr.max_ord = attrs->max_ord;
max_ord          1634 drivers/infiniband/hw/cxgb4/cm.c 	attrs.max_ord = ep->ord;
max_ord          3192 drivers/infiniband/hw/cxgb4/cm.c 	attrs.max_ord = ep->ord;
max_ord           468 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	u32 max_ord;
max_ord          1813 drivers/infiniband/hw/cxgb4/qp.c 	wqe->u.init.ord_max = cpu_to_be32(qhp->attr.max_ord);
max_ord          1863 drivers/infiniband/hw/cxgb4/qp.c 			if (attrs->max_ord > c4iw_max_read_depth) {
max_ord          1867 drivers/infiniband/hw/cxgb4/qp.c 			newattr.max_ord = attrs->max_ord;
max_ord          2211 drivers/infiniband/hw/cxgb4/qp.c 	qhp->attr.max_ord = 0;
max_ord           420 drivers/infiniband/hw/ocrdma/ocrdma.h 	u32 max_ord, max_ird;
max_ord          2342 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	qp->max_ord = (rsp->max_ord_ird >> OCRDMA_CREATE_QP_RSP_MAX_ORD_SHIFT);
max_ord          2664 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 		qp->max_ord = attrs->max_rd_atomic;
max_ord          2675 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	cmd->params.max_ord_ird = (qp->max_ord <<
max_ord            52 drivers/infiniband/sw/siw/siw.h 	int max_ord; /* max. outbound read queue depth */
max_ord           798 drivers/infiniband/sw/siw/siw_cm.c 				    cep->sdev->attrs.max_ord);
max_ord          1352 drivers/infiniband/sw/siw/siw_cm.c 	    params->ord > sdev->attrs.max_ord)
max_ord          1608 drivers/infiniband/sw/siw/siw_cm.c 	if (params->ord > sdev->attrs.max_ord ||
max_ord          1613 drivers/infiniband/sw/siw/siw_cm.c 			qp_id(qp), params->ord, sdev->attrs.max_ord,
max_ord           398 drivers/infiniband/sw/siw/siw_main.c 	sdev->attrs.max_ord = SIW_MAX_ORD_QP;
max_ord           178 drivers/infiniband/sw/siw/siw_verbs.c 	attr->max_qp_rd_atom = sdev->attrs.max_ord;
max_ord          7912 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	u8 max_ord;
max_ord          8127 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	u8 max_ord;
max_ord          9782 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	u8 max_ord;
max_ord           447 drivers/net/ethernet/qlogic/qed/qed_roce.c 	p_ramrod->max_ord = qp->max_rd_atomic_req;
max_ord           683 drivers/net/ethernet/qlogic/qed/qed_roce.c 	p_ramrod->max_ord = qp->max_rd_atomic_req;
max_ord            57 net/sunrpc/xprtrdma/svc_rdma.c static unsigned int max_ord = 255;
max_ord           141 net/sunrpc/xprtrdma/svc_rdma.c 		.extra2		= &max_ord,