Searched refs:rxfree (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/tundra/ |
D | tsi108_eth.c | 77 unsigned int rxfree; /* Number of free, allocated RX buffers */ member 166 data->rxhead, data->rxtail, data->rxfree, in dump_eth_one() 734 while (data->rxfree && done != budget) { in tsi108_complete_rx() 743 data->rxfree--; in tsi108_complete_rx() 781 while (data->rxfree != TSI108_RXRING_LEN && done != budget) { in tsi108_refill_rx() 803 data->rxfree++; in tsi108_refill_rx() 843 if (data->rxfree < TSI108_RXRING_LEN) in tsi108_poll() 958 if (netif_running(dev) && data->rxfree < TSI108_RXRING_LEN / 4) in tsi108_check_rxring() 1339 data->rxfree = i; in tsi108_open() 1404 while (data->rxfree) { in tsi108_close() [all …]
|
/Linux-v6.1/drivers/net/ethernet/ti/ |
D | davinci_cpdma.c | 110 void __iomem *hdp, *cp, *rxfree; member 394 if (chan->rxfree) in cpdma_chan_on() 395 chan_write(chan, rxfree, chan->count); in cpdma_chan_on() 909 chan->rxfree = ctlr->params.rxfree + offset; in cpdma_chan_create() 1072 if (chan->state == CPDMA_STATE_ACTIVE && chan->rxfree) in cpdma_chan_submit_si() 1073 chan_write(chan, rxfree, 1); in cpdma_chan_submit_si()
|
D | davinci_cpdma.h | 26 void __iomem *rxthresh, *rxfree; member
|
D | cpsw_priv.c | 515 dma_params.rxfree = dma_params.dmaregs + CPDMA_RXFREE; in cpsw_init_common()
|
D | davinci_emac.c | 1895 dma_params.rxfree = priv->emac_base + 0x140; in davinci_emac_probe()
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | intel-ixp42x-goramo-multilink.dts | 123 intel,queue-pkt-rxfree = <&qmgr 18>, <&qmgr 19>, <&qmgr 20>, <&qmgr 21>; 138 intel,queue-pkt-rxfree = <&qmgr 1>, <&qmgr 2>, <&qmgr 3>, <&qmgr 4>;
|