Home
last modified time | relevance | path

Searched refs:T4_MAX_SEND_SGE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dprovider.c279 props->max_send_sge = min(T4_MAX_SEND_SGE, T4_MAX_WRITE_SGE); in c4iw_query_device()
H A Dt4.h70 #define T4_MAX_SEND_SGE ((T4_SQ_NUM_BYTES - sizeof(struct fw_ri_send_wr) - \ macro
H A Dqp.c496 if (wr->num_sge > T4_MAX_SEND_SGE) in build_rdma_send()
563 if (wr->num_sge > T4_MAX_SEND_SGE) in build_rdma_write()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dprovider.c284 props->max_send_sge = min(T4_MAX_SEND_SGE, T4_MAX_WRITE_SGE); in c4iw_query_device()
H A Dt4.h70 #define T4_MAX_SEND_SGE ((T4_SQ_NUM_BYTES - sizeof(struct fw_ri_send_wr) - \ macro
H A Dqp.c496 if (wr->num_sge > T4_MAX_SEND_SGE) in build_rdma_send()
563 if (wr->num_sge > T4_MAX_SEND_SGE) in build_rdma_write()

Completed in 11 milliseconds