Home
last modified time | relevance | path

Searched refs:MAX_RX_WQE_SGL_ENTRIES (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mana/
H A Dmain.c502 props->max_recv_sge = MAX_RX_WQE_SGL_ENTRIES; in mana_ib_query_device()
H A Dqp.c139 if (attr->cap.max_recv_sge > MAX_RX_WQE_SGL_ENTRIES) { in mana_ib_create_qp_rss()
/openbmc/linux/include/net/mana/
H A Dmana.h293 struct gdma_sge sgl[MAX_RX_WQE_SGL_ENTRIES];
H A Dgdma.h463 #define MAX_RX_WQE_SGL_ENTRIES ((GDMA_MAX_RQE_SIZE - \ macro