Home
last modified time | relevance | path

Searched refs:T4_MAX_RECV_SGE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dprovider.c280 props->max_recv_sge = T4_MAX_RECV_SGE; in c4iw_query_device()
281 props->max_srq_sge = T4_MAX_RECV_SGE; in c4iw_query_device()
H A Dt4.h93 #define T4_MAX_RECV_SGE 4 macro
H A Dqp.c1291 if (wr->num_sge > T4_MAX_RECV_SGE) { in c4iw_post_receive()
1376 if (wr->num_sge > T4_MAX_RECV_SGE) { in c4iw_post_srq_recv()
2694 if (attrs->attr.max_sge > T4_MAX_RECV_SGE) in c4iw_create_srq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dprovider.c285 props->max_recv_sge = T4_MAX_RECV_SGE; in c4iw_query_device()
286 props->max_srq_sge = T4_MAX_RECV_SGE; in c4iw_query_device()
H A Dt4.h93 #define T4_MAX_RECV_SGE 4 macro
H A Dqp.c1291 if (wr->num_sge > T4_MAX_RECV_SGE) { in c4iw_post_receive()
1376 if (wr->num_sge > T4_MAX_RECV_SGE) { in c4iw_post_srq_recv()
2688 if (attrs->attr.max_sge > T4_MAX_RECV_SGE) in c4iw_create_srq()

Completed in 13 milliseconds