Searched refs:tx_space (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | acenic.h | 709 static inline int tx_space (struct ace_private *ap, u32 csm, u32 prd) in tx_space() function 714 #define tx_free(ap) tx_space((ap)->tx_ret_csm, (ap)->tx_prd, ap) 717 #define tx_ring_full(ap, csm, prd) (tx_space(ap, csm, prd) <= TX_RESERVED)
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_main.c | 674 uint32_t pba = 0, tx_space, min_tx_space, min_rx_space; in e1000_reset() local 743 tx_space = pba >> 16; in e1000_reset() 759 if (tx_space < min_tx_space && in e1000_reset() 760 ((min_tx_space - tx_space) < pba)) { in e1000_reset() 761 pba = pba - (min_tx_space - tx_space); in e1000_reset()
|