Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tokenring/
Dsmctr.c410 tp->tx_buff_head[MAC_QUEUE] in smctr_alloc_shared_memory()
412 tp->tx_buff_curr[MAC_QUEUE] = tp->tx_buff_head[MAC_QUEUE]; in smctr_alloc_shared_memory()
416 tp->tx_buff_head[BUG_QUEUE] in smctr_alloc_shared_memory()
418 tp->tx_buff_curr[BUG_QUEUE] = tp->tx_buff_head[BUG_QUEUE]; in smctr_alloc_shared_memory()
433 tp->tx_buff_head[NON_MAC_QUEUE] in smctr_alloc_shared_memory()
435 tp->tx_buff_curr[NON_MAC_QUEUE] = tp->tx_buff_head[NON_MAC_QUEUE]; in smctr_alloc_shared_memory()
1447 tp->tx_buff_curr[queue] = tp->tx_buff_head[queue]; in smctr_get_tx_fcb()
5644 tp->tx_buff_curr[queue] = tp->tx_buff_head[queue]; in smctr_update_tx_chain()
Dsmctr.h948 __u16 *tx_buff_head[NUM_TX_QS_USED]; member
/linux-2.4.37.9/drivers/net/wireless/
Datmel.c451 u16 tx_free_mem, tx_buff_head, tx_buff_tail; member
678 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()
679 priv->tx_buff_head = 0; in tx_done_irq()
681 priv->tx_buff_head += msdu_size; in tx_done_irq()
3390 priv->tx_buff_head = 0; in reset_atmel_card()