Symbol: sq_sge
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72178
uint16_t sq_sge;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
72478
uint16_t sq_sge;
sys/dev/bnxt/bnxt_re/ib_verbs.c
1171
return sizeof(struct rq_wqe_hdr) + (nsge * sizeof(struct sq_sge));
sys/dev/bnxt/bnxt_re/ib_verbs.c
1637
return sizeof(struct sq_send_hdr) + nsge * sizeof(struct sq_sge);
sys/dev/bnxt/bnxt_re/ib_verbs.c
1689
sizeof(struct sq_sge);
sys/dev/bnxt/bnxt_re/ib_verbs.c
2060
sq->wqe_size = sizeof(struct sq_sge);
sys/dev/bnxt/bnxt_re/ib_verbs.c
2351
ilsize = ALIGN(init_attr->cap.max_inline_data, sizeof(struct sq_sge));
sys/dev/bnxt/bnxt_re/qplib_fp.c
1472
req.sq_sge = cpu_to_le16(qp->sq.max_sge);
sys/dev/bnxt/bnxt_re/qplib_fp.c
1587
qp->sq.max_sge = le16_to_cpu(sb->sq_sge);
sys/dev/bnxt/bnxt_re/qplib_fp.c
1840
cplen = min_t(int, len, sizeof(struct sq_sge));
sys/dev/bnxt/bnxt_re/qplib_fp.c
1842
(sizeof(struct sq_sge) - offt));
sys/dev/bnxt/bnxt_re/qplib_fp.c
1849
if (t_cplen == sizeof(struct sq_sge))
sys/dev/bnxt/bnxt_re/qplib_fp.c
1863
struct sq_sge *dsge;
sys/dev/bnxt/bnxt_re/qplib_fp.c
1888
wqe_size = ALIGN(wqe_size, sizeof(struct sq_sge));
sys/dev/bnxt/bnxt_re/qplib_fp.c
1890
wqe_size = nsge * sizeof(struct sq_sge);
sys/dev/bnxt/bnxt_re/qplib_fp.c
1896
return wqe_size / sizeof(struct sq_sge);
sys/dev/bnxt/bnxt_re/qplib_fp.c
2017
memset(base_hdr, 0, sizeof(struct sq_sge));
sys/dev/bnxt/bnxt_re/qplib_fp.c
2018
memset(ext_hdr, 0, sizeof(struct sq_sge));
sys/dev/bnxt/bnxt_re/qplib_fp.c
2328
struct sq_sge *dsge;
sys/dev/bnxt/bnxt_re/qplib_fp.c
2369
memset(base_hdr, 0, sizeof(struct sq_sge));
sys/dev/bnxt/bnxt_re/qplib_fp.c
2370
memset(ext_hdr, 0, sizeof(struct sq_sge));
sys/dev/bnxt/bnxt_re/qplib_fp.c
773
struct sq_sge *hw_sge;
sys/dev/bnxt/bnxt_re/qplib_fp.c
793
for (i = 0, hw_sge = (struct sq_sge *)srqe->data;
sys/dev/bnxt/bnxt_re/qplib_fp.c
879
return sizeof(struct sq_sge);
sys/dev/bnxt/bnxt_re/qplib_fp.c
887
slots = (que->wqe_size * que->max_wqe) / sizeof(struct sq_sge);
sys/dev/bnxt/bnxt_re/qplib_fp.c
905
sizeof(struct sq_send) / sizeof(struct sq_sge) : 1;
sys/dev/bnxt/bnxt_re/qplib_fp.c
910
return (que->wqe_size / sizeof(struct sq_sge));