Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDt4_sge.c237 static inline u_int total_available_tx_desc(struct sge_eq *);
2326 return (total_available_tx_desc(eq) > eq->sidx / 8); in can_resume_eth_tx()
2437 if (total_available_tx_desc(eq) < eq->sidx / 4 && in eth_tx()
4379 total_available_tx_desc(struct sge_eq *eq) in total_available_tx_desc() function