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

/drivers/net/tokenring/
H A Dsmctr.c397 tp->tx_buff_head[MAC_QUEUE]
399 tp->tx_buff_curr[MAC_QUEUE] = tp->tx_buff_head[MAC_QUEUE];
403 tp->tx_buff_head[BUG_QUEUE]
405 tp->tx_buff_curr[BUG_QUEUE] = tp->tx_buff_head[BUG_QUEUE];
420 tp->tx_buff_head[NON_MAC_QUEUE]
422 tp->tx_buff_curr[NON_MAC_QUEUE] = tp->tx_buff_head[NON_MAC_QUEUE];
1431 tp->tx_buff_curr[queue] = tp->tx_buff_head[queue];
5558 * need to set the tx_buff_curr[] to tx_buff_head[]
5564 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
/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;
4022 priv->tx_buff_head = 0;

Completed in 591 milliseconds