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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c3119 u8 txQ = 0; local
3129 bd = ugeth->txBd[txQ];
3132 ugeth->tx_skbuff[txQ][ugeth->skb_curtx[txQ]] = skb;
3135 ugeth->skb_curtx[txQ] =
3136 (ugeth->skb_curtx[txQ] +
3137 1) & TX_RING_MOD_MASK(ugeth->ug_info->bdRingLenTx[txQ]);
3155 bd = ugeth->p_tx_bd_ring[txQ];
3159 if (bd == ugeth->confBd[txQ]) {
3164 ugeth->txBd[txQ]
3267 ucc_geth_tx(struct net_device *dev, u8 txQ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_netdev.c700 frames off the txQ */
706 if( !list_empty( &( lp->txQ[0] ))) {
707 element = lp->txQ[0].next;
838 /* Move the frame to the txQ */
841 list_add( &( txF->node ), &( lp->txQ[0] ));
H A Dwl_internal.h962 struct list_head txQ[WVLAN_MAX_TX_QUEUES]; member in struct:wl_private
H A Dwl_main.c636 INIT_LIST_HEAD( &( lp->txQ[i] ));
3321 //x struct list_head txQ[WVLAN_MAX_TX_QUEUES];

Completed in 83 milliseconds