Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxge/
H A Dqls_hw.h646 #define MAX_TX_MAC_DESC 8 macro
675 q81_txb_desc_t txd[MAX_TX_MAC_DESC];
716 q81_txb_desc_t txd[MAX_TX_MAC_DESC];
H A Dqls_hw.c724 if (nsegs <= MAX_TX_MAC_DESC) { in qls_hw_send()