Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mana/
H A Dmain.c501 props->max_send_sge = MAX_TX_WQE_SGL_ENTRIES; in mana_ib_query_device()
H A Dqp.c305 if (attr->cap.max_send_sge > MAX_TX_WQE_SGL_ENTRIES) { in mana_ib_create_qp_raw()
/openbmc/linux/include/net/mana/
H A Dgdma.h459 #define MAX_TX_WQE_SGL_ENTRIES ((GDMA_MAX_SQE_SIZE - \ macro
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c361 WARN_ON_ONCE(pkg.wqe_req.num_sge > MAX_TX_WQE_SGL_ENTRIES); in mana_start_xmit()