Home
last modified time | relevance | path

Searched refs:T4_MAX_SEND_SGE (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/cxgb4/
Dt4.h64 #define T4_MAX_SEND_SGE ((T4_SQ_NUM_BYTES - sizeof(struct fw_ri_send_wr) - \ macro
Dqp.c441 if (wr->num_sge > T4_MAX_SEND_SGE) in build_rdma_send()
508 if (wr->num_sge > T4_MAX_SEND_SGE) in build_rdma_write()