Searched refs:tx_buffs (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wan/
H A Dhd64570.c98 u16 tx_buffs = port_to_card(port)->tx_ring_buffers; local
100 desc %= (transmit ? tx_buffs : rx_buffs); // called with "X + 1" etc.
101 return log_node(port) * (rx_buffs + tx_buffs) +
H A Dhd64572.c82 u16 tx_buffs = port->card->tx_ring_buffers; local
84 desc %= (transmit ? tx_buffs : rx_buffs); // called with "X + 1" etc.
85 return port->chan * (rx_buffs + tx_buffs) + transmit * rx_buffs + desc;
/drivers/net/ethernet/sun/
H A Dniu.c3556 struct tx_buff_info *tb = &rp->tx_buffs[idx];
3583 tb = &rp->tx_buffs[idx];
4294 if (rp->tx_buffs[i].skb)
6488 if (rp->tx_buffs[j].skb)
6687 rp->tx_buffs[prod].skb = skb;
6688 rp->tx_buffs[prod].mapping = mapping;
6726 rp->tx_buffs[prod].skb = NULL;
6727 rp->tx_buffs[prod].mapping = mapping;
H A Dniu.h2853 struct tx_buff_info tx_buffs[MAX_TX_RING_SIZE]; member in struct:rx_pkt_hdr0::tx_ring_info

Completed in 83 milliseconds