Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4.h88 #define T4_MAX_RECV_SGE 4 macro
Dprovider.c331 props->max_sge = T4_MAX_RECV_SGE; in c4iw_query_device()
Dqp.c890 if (wr->num_sge > T4_MAX_RECV_SGE) { in c4iw_post_receive()