Home
last modified time | relevance | path

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

/openbmc/linux/include/net/mana/
H A Dgdma.h456 #define MAX_TX_WQE_SIZE 512 macro
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c67 return mana_gd_wq_avail_space(wq) >= MAX_TX_WQE_SIZE; in mana_can_tx()
1454 if (txq_stopped && apc->port_is_up && avail_space >= MAX_TX_WQE_SIZE) { in mana_poll_tx_cq()