Home
last modified time | relevance | path

Searched full:queue0 (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/drivers/net/wireless/broadcom/b43legacy/
Dpio.c146 queue = pio->queue0; in parse_cookie()
402 b43legacy_destroy_pioqueue(pio->queue0); in b43legacy_pio_free()
403 pio->queue0 = NULL; in b43legacy_pio_free()
415 pio->queue0 = queue; in b43legacy_pio_init()
447 b43legacy_destroy_pioqueue(pio->queue0); in b43legacy_pio_init()
448 pio->queue0 = NULL; in b43legacy_pio_init()
657 pio->queue0->tx_frozen = 1; in b43legacy_pio_freeze_txqueues()
669 pio->queue0->tx_frozen = 0; in b43legacy_pio_thaw_txqueues()
673 if (!list_empty(&pio->queue0->txqueue)) in b43legacy_pio_thaw_txqueues()
674 tasklet_schedule(&pio->queue0->txtask); in b43legacy_pio_thaw_txqueues()
Db43legacy.h538 struct b43legacy_pioqueue *queue0; member
Dmain.c1352 b43legacy_pio_rx(dev->pio.queue0); in b43legacy_interrupt_tasklet()
/Linux-v5.10/Documentation/devicetree/bindings/dma/
Dfsl-qdma.txt17 "qdma-queue0": the block0 interrupt
48 "qdma-queue0", "qdma-queue1";
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dintel,dwmac-plat.yaml71 queue0 {
87 queue0 {
Dsnps,dwmac.yaml372 queue0 {
382 queue0 {
/Linux-v5.10/arch/arm/boot/dts/
Dartpec6.dtsi321 queue0 {};
326 queue0 {};
Dls1021a.dtsi996 "qdma-queue0", "qdma-queue1";
/Linux-v5.10/drivers/net/wireless/ath/ath5k/
Dreg.h567 #define AR5K_QCU_TXDP_BASE 0x0800 /* Register Address - Queue0 TXDP */
587 #define AR5K_QCU_CBRCFG_BASE 0x08c0 /* Register Address - Queue0 CBRCFG */
597 #define AR5K_QCU_RDYTIMECFG_BASE 0x0900 /* Register Address - Queue0 RDYTIMECFG */
618 #define AR5K_QCU_MISC_BASE 0x09c0 /* Register Address -Queue0 MISC */
640 #define AR5K_QCU_STS_BASE 0x0a00 /* Register Address - Queue0 STS */
685 #define AR5K_DCU_QCUMASK_BASE 0x1000 /* Register Address -Queue0 DCU_QCUMASK */
692 #define AR5K_DCU_LCL_IFS_BASE 0x1040 /* Register Address -Queue0 DCU_LCL_IFS */
706 #define AR5K_DCU_RETRY_LMT_BASE 0x1080 /* Register Address -Queue0 DCU_RETRY_LMT */
718 #define AR5K_DCU_CHAN_TIME_BASE 0x10c0 /* Register Address -Queue0 DCU_CHAN_TIME */
736 #define AR5K_DCU_MISC_BASE 0x1100 /* Register Address -Queue0 DCU_MISC */
/Linux-v5.10/arch/arm64/boot/dts/mediatek/
Dmt2712e.dtsi701 queue0 {
711 queue0 {
/Linux-v5.10/arch/arm64/boot/dts/freescale/
Dfsl-ls1046a.dtsi839 interrupt-names = "qdma-error", "qdma-queue0",
Dfsl-ls1043a.dtsi905 interrupt-names = "qdma-error", "qdma-queue0",
Dfsl-ls1028a.dtsi711 interrupt-names = "qdma-error", "qdma-queue0",
/Linux-v5.10/drivers/dma/
Dfsl-qdma.c1208 fsl_qdma->irq_base = platform_get_irq_byname(pdev, "qdma-queue0"); in fsl_qdma_probe()
/Linux-v5.10/drivers/net/fddi/skfp/h/
Dsupern_2.h466 #define FM_SPCEPDA0 0x0200 /* parity/coding error: asyn. queue0 */
/Linux-v5.10/drivers/net/ethernet/cadence/
Dmacb_main.c3673 /* set the queue register mapping once for all: queue0 has a special in macb_init()
3699 /* queue0 uses legacy registers */ in macb_init()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_main.c1710 * Queue0 QueueMode must be set to 1b when in igb_config_tx_modes()