Searched refs:QUEUE_S (Results 1 – 5 of 5) sorted by relevance
372 queue = smc->hw.fp.tx[QUEUE_S] ; in init_txd_ring()564 phys = repair_txd_ring(smc,smc->hw.fp.tx[QUEUE_S]) ; in mac_drv_repair_descr()566 if (smc->hw.fp.tx_q[QUEUE_S].tx_used) { in mac_drv_repair_descr()1945 for (i = QUEUE_S; i <= QUEUE_A0; i++) { in mac_drv_clear_txd()2036 for (i = QUEUE_S; i <= QUEUE_A0; i++) { in mac_drv_clear_tx_queue()2060 for (i = QUEUE_S; i <= QUEUE_A0; i++) { in mac_drv_clear_tx_queue()2069 if (i == QUEUE_S) { in mac_drv_clear_tx_queue()
305 smc->hw.fp.tx[QUEUE_S] = queue = &smc->hw.fp.tx_q[QUEUE_S] ; in init_tx()
1131 queue = (fc & FC_SYNC_BIT) ? QUEUE_S : QUEUE_A0; in send_queued_packets()
176 #define QUEUE_S 0 macro
2533 #define QUEUE_S 0 macro2535 #define QUEUE_V(x) ((x) << QUEUE_S)2536 #define QUEUE_G(x) (((x) >> QUEUE_S) & QUEUE_M)