Lines Matching refs:sq_sge
776 struct sq_sge *hw_sge; in bnxt_qplib_post_srq_recv()
794 for (i = 0, hw_sge = (struct sq_sge *)srqe->data; in bnxt_qplib_post_srq_recv()
869 hwq_attr.stride = sizeof(struct sq_sge); in bnxt_qplib_create_qp1()
897 hwq_attr.stride = sizeof(struct sq_sge); in bnxt_qplib_create_qp1()
1029 hwq_attr.stride = sizeof(struct sq_sge); in bnxt_qplib_create_qp()
1070 hwq_attr.stride = sizeof(struct sq_sge); in bnxt_qplib_create_qp()
1375 req.sq_sge = cpu_to_le16(qp->sq.max_sge); in bnxt_qplib_modify_qp()
1467 qp->sq.max_sge = le16_to_cpu(sb->sq_sge); in bnxt_qplib_query_qp()
1713 cplen = min_t(int, len, sizeof(struct sq_sge)); in bnxt_qplib_put_inline()
1715 (sizeof(struct sq_sge) - offt)); in bnxt_qplib_put_inline()
1722 if (t_cplen == sizeof(struct sq_sge)) in bnxt_qplib_put_inline()
1734 struct sq_sge *dsge; in bnxt_qplib_put_sges()
1758 bytes = sizeof(struct sq_send_hdr) + nsge * sizeof(struct sq_sge); in bnxt_qplib_required_slots()
1761 bytes = ALIGN(ilsize, sizeof(struct sq_sge)); in bnxt_qplib_required_slots()
1863 memset(base_hdr, 0, sizeof(struct sq_sge)); in bnxt_qplib_post_send()
1864 memset(ext_hdr, 0, sizeof(struct sq_sge)); in bnxt_qplib_post_send()
2108 memset(base_hdr, 0, sizeof(struct sq_sge)); in bnxt_qplib_post_recv()
2109 memset(ext_hdr, 0, sizeof(struct sq_sge)); in bnxt_qplib_post_recv()
2111 wqe->num_sge * sizeof(struct sq_sge)) >> 4; in bnxt_qplib_post_recv()
2114 struct sq_sge *sge; in bnxt_qplib_post_recv()