Home
last modified time | relevance | path

Searched refs:QUEUE_S (Results 1 – 5 of 5) sorted by relevance

/drivers/net/fddi/skfp/
Dhwmtm.c380 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()
Dfplustm.c313 smc->hw.fp.tx[QUEUE_S] = queue = &smc->hw.fp.tx_q[QUEUE_S] ; in init_tx()
Dskfddi.c1128 queue = (fc & FC_SYNC_BIT) ? QUEUE_S : QUEUE_A0; in send_queued_packets()
/drivers/net/fddi/skfp/h/
Dfplustm.h180 #define QUEUE_S 0 macro
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h2355 #define QUEUE_S 0 macro
2357 #define QUEUE_V(x) ((x) << QUEUE_S)
2358 #define QUEUE_G(x) (((x) >> QUEUE_S) & QUEUE_M)