Home
last modified time | relevance | path

Searched refs:T4_MAX_RECV_SGE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dprovider.c314 props->max_recv_sge = T4_MAX_RECV_SGE; in c4iw_query_device()
315 props->max_srq_sge = T4_MAX_RECV_SGE; in c4iw_query_device()
Dt4.h92 #define T4_MAX_RECV_SGE 4 macro
Dqp.c1310 if (wr->num_sge > T4_MAX_RECV_SGE) { in c4iw_post_receive()
1395 if (wr->num_sge > T4_MAX_RECV_SGE) { in c4iw_post_srq_recv()
2706 if (attrs->attr.max_sge > T4_MAX_RECV_SGE) in c4iw_create_srq()