Searched refs:QUEUE_S (Results 1 – 5 of 5) sorted by relevance
380 queue = smc->hw.fp.tx[QUEUE_S] ; in init_txd_ring()572 phys = repair_txd_ring(smc,smc->hw.fp.tx[QUEUE_S]) ; in mac_drv_repair_descr()574 if (smc->hw.fp.tx_q[QUEUE_S].tx_used) { in mac_drv_repair_descr()1953 for (i = QUEUE_S; i <= QUEUE_A0; i++) { in mac_drv_clear_txd()2044 for (i = QUEUE_S; i <= QUEUE_A0; i++) { in mac_drv_clear_tx_queue()2068 for (i = QUEUE_S; i <= QUEUE_A0; i++) { in mac_drv_clear_tx_queue()2077 if (i == QUEUE_S) { in mac_drv_clear_tx_queue()
313 smc->hw.fp.tx[QUEUE_S] = queue = &smc->hw.fp.tx_q[QUEUE_S] ; in init_tx()
1128 queue = (fc & FC_SYNC_BIT) ? QUEUE_S : QUEUE_A0; in send_queued_packets()
180 #define QUEUE_S 0 macro
2355 #define QUEUE_S 0 macro2357 #define QUEUE_V(x) ((x) << QUEUE_S)2358 #define QUEUE_G(x) (((x) >> QUEUE_S) & QUEUE_M)