Searched refs:tx_avail (Results 1 – 7 of 7) sorted by relevance
364 c2_port->tx_avail = c2_port->tx_ring.count - 1; in c2_tx_clean()367 if (c2_port->tx_avail > MAX_SKB_FRAGS + 1) in c2_tx_clean()406 ++(c2_port->tx_avail); in c2_tx_interrupt()412 && c2_port->tx_avail > MAX_SKB_FRAGS + 1) in c2_tx_interrupt()638 c2_port->tx_avail = c2_port->tx_ring.count - 1; in c2_up()769 if (unlikely(c2_port->tx_avail < (skb_shinfo(skb)->nr_frags + 1))) { in c2_xmit_frame()827 c2_port->tx_avail -= (skb_shinfo(skb)->nr_frags + 1); in c2_xmit_frame()829 if (c2_port->tx_avail <= MAX_SKB_FRAGS + 1) { in c2_xmit_frame()
363 u32 tx_avail; member
2274 pcr = dev->tx_avail; in hrz_open()2322 scr = dev->tx_avail; in hrz_open()2460 if (vcc.tx_rate > dev->tx_avail) { in hrz_open()2472 dev->tx_avail -= vcc.tx_rate; in hrz_open()2560 dev->tx_avail += vcc->tx_rate; in hrz_close()2676 dev->tx_avail, dev->rx_avail); in hrz_proc_read()2803 dev->tx_avail = ATM_OC3_PCR; in hrz_probe()2807 dev->tx_avail = ((25600000/8)*26)/(27*53); in hrz_probe()
450 unsigned int tx_avail; member
644 unsigned int tx_avail; member
2154 dev->tx_avail = ATM_OC3_PCR; in setup_dev()
1673 static inline int tx_avail(const struct sky2_port *sky2) in tx_avail() function1730 if (unlikely(tx_avail(sky2) < tx_le_req(skb))) in sky2_xmit_frame()1859 if (tx_avail(sky2) <= MAX_SKB_TX_LE) in sky2_xmit_frame()2484 if (tx_avail(sky2) > MAX_SKB_TX_LE + 4) in sky2_tx_done()