Searched refs:tx_q (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dhwmtm.h243 #define HWM_GET_TX_USED(smc,queue) (int) (smc)->hw.fp.tx_q[queue].tx_used
262 (smc)->hw.fp.tx_q[queue].tx_curr_put
H A Dfplustm.h195 struct s_smt_tx_queue tx_q[USED_QUEUES] ; member in struct:s_smt_fp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dadapter.h218 struct netdev_queue *tx_q; /* associated netdev TX queue */ member in struct:sge_qset
H A Dsge.c1923 netif_tx_wake_queue(qs->tx_q);
2881 if (__netif_tx_trylock(qs->tx_q)) {
2884 __netif_tx_unlock(qs->tx_q);
3124 q->tx_q = netdevq;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dfplustm.c293 smc->hw.fp.tx[QUEUE_S] = queue = &smc->hw.fp.tx_q[QUEUE_S] ;
304 smc->hw.fp.tx[QUEUE_A0] = queue = &smc->hw.fp.tx_q[QUEUE_A0] ;
H A Dhwmtm.c569 if (smc->hw.fp.tx_q[QUEUE_A0].tx_used) {
574 if (smc->hw.fp.tx_q[QUEUE_S].tx_used) {

Completed in 93 milliseconds