Searched refs:T4_MAX_RECV_SGE (Results 1 – 3 of 3) sorted by relevance
285 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()
93 #define T4_MAX_RECV_SGE 4 macro
1291 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()