Home
last modified time | relevance | path

Searched refs:rq_max_sges (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/infiniband/sw/siw/
Dsiw_verbs.c427 qp->attrs.rq_max_sges = attrs->cap.max_recv_sge; in siw_create_qp()
522 qp_attr->cap.max_recv_sge = qp->attrs.rq_max_sges; in siw_query_qp()
1072 if (wr->num_sge > qp->attrs.rq_max_sges) { in siw_post_receive()
Dsiw.h265 u32 rq_max_sges; member
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h456 u32 rq_max_sges; member
Dqp.c2195 qhp->attr.rq_max_sges = attrs->cap.max_recv_sge; in c4iw_create_qp()
2467 init_attr->cap.max_recv_sge = qhp->attr.rq_max_sges; in c4iw_ib_query_qp()