Searched refs:tx_buff_size (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.c399 = (__u16 *)smctr_malloc(dev, tp->tx_buff_size[MAC_QUEUE]);
405 = (__u16 *)smctr_malloc(dev, tp->tx_buff_size[BUG_QUEUE]);
422 = (__u16 *)smctr_malloc(dev, tp->tx_buff_size[NON_MAC_QUEUE]);
1316 mem_used += tp->tx_buff_size[MAC_QUEUE];
1319 mem_used += tp->tx_buff_size[BUG_QUEUE];
1331 mem_used += tp->tx_buff_size[NON_MAC_QUEUE];
1410 if((tp->tx_buff_used[queue] + alloc_size) > tp->tx_buff_size[queue])
1426 > tp->tx_buff_size[queue])
1675 tp->tx_buff_size [BUG_QUEUE] = BUG_TX_BUFFER_MEMORY;
1681 tp->tx_buff_size [MAC_QUEU
[all...]
H A Dsmctr.h940 __u16 tx_buff_size [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.c484 u16 tx_buff_size; member in struct:atmel_private::host_info_struct
700 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size))
722 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail;
3695 iface->tx_buff_size = le16_to_cpu(iface->tx_buff_size);
4020 priv->tx_free_mem = priv->host_info.tx_buff_size;

Completed in 78 milliseconds