Home
last modified time | relevance | path

Searched refs:rx_cmds (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/apple/
Dmace.c51 volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */ member
195 mp->rx_cmds = mp->tx_cmds + NCMDS_TX * N_TX_RING + 1; in mace_probe()
443 memset((char *)mp->rx_cmds, 0, N_RX_RING * sizeof(struct dbdma_cmd)); in mace_open()
444 cp = mp->rx_cmds; in mace_open()
468 cp->cmd_dep = cpu_to_le32(virt_to_bus(mp->rx_cmds)); in mace_open()
472 out_le32(&rd->cmdptr, virt_to_bus(mp->rx_cmds)); in mace_open()
888 cp = mp->rx_cmds + i; in mace_rxdma_intr()
894 np = mp->rx_cmds + next; in mace_rxdma_intr()
953 cp = mp->rx_cmds + i; in mace_rxdma_intr()
Dbmac.c66 volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */ member
612 memset((char *)bp->rx_cmds, 0, in bmac_init_rx_ring()
620 bmac_construct_rxbuff(skb, &bp->rx_cmds[i]); in bmac_init_rx_ring()
627 dbdma_setcmd(&bp->rx_cmds[N_RX_RING], in bmac_init_rx_ring()
628 (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->rx_cmds)); in bmac_init_rx_ring()
632 out_le32(&rd->cmdptr, virt_to_bus(bp->rx_cmds)); in bmac_init_rx_ring()
695 cp = &bp->rx_cmds[i]; in bmac_rxdma_intr()
724 bmac_construct_rxbuff(skb, &bp->rx_cmds[i]); in bmac_rxdma_intr()
1313 bp->rx_cmds = bp->tx_cmds + N_TX_RING + 1; in bmac_probe()
1315 bp->queue = (struct sk_buff_head *)(bp->rx_cmds + N_RX_RING + 1); in bmac_probe()
/Linux-v4.19/net/ncsi/
Dncsi-pkt.h266 __be32 rx_cmds; /* Rx NCSI commands */ member
Dncsi-rsp.c829 ncs->ncsi_rx_cmds = ntohl(rsp->rx_cmds); in ncsi_rsp_handler_gns()