Searched refs:tx_buff_head (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dsmctr.c398 tp->tx_buff_head[MAC_QUEUE]
400 tp->tx_buff_curr[MAC_QUEUE] = tp->tx_buff_head[MAC_QUEUE];
404 tp->tx_buff_head[BUG_QUEUE]
406 tp->tx_buff_curr[BUG_QUEUE] = tp->tx_buff_head[BUG_QUEUE];
421 tp->tx_buff_head[NON_MAC_QUEUE]
423 tp->tx_buff_curr[NON_MAC_QUEUE] = tp->tx_buff_head[NON_MAC_QUEUE];
1432 tp->tx_buff_curr[queue] = tp->tx_buff_head[queue];
5554 * need to set the tx_buff_curr[] to tx_buff_head[]
5560 tp->tx_buff_curr[queue] = tp->tx_buff_head[queue];
H A Dsmctr.h948 __u16 *tx_buff_head[NUM_TX_QS_USED]; member in struct:net_local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c464 u16 tx_free_mem, tx_buff_head, tx_buff_tail; member in struct:atmel_private
700 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size))
701 priv->tx_buff_head = 0;
703 priv->tx_buff_head += msdu_size;
4021 priv->tx_buff_head = 0;

Completed in 122 milliseconds