Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c318 static inline u_int total_available_tx_desc(struct sge_eq *);
3055 return (total_available_tx_desc(eq) > eq->sidx / 8); in can_resume_eth_tx()
6194 total_available_tx_desc(struct sge_eq *eq) in total_available_tx_desc() function