Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dt4.h87 #define T4_MAX_RECV_SGE 4 macro
Dprovider.c323 props->max_sge = T4_MAX_RECV_SGE; in c4iw_query_device()
Dqp.c876 if (wr->num_sge > T4_MAX_RECV_SGE) { in c4iw_post_receive()