Searched refs:dcbs (Results 1 – 4 of 4) sorted by relevance
120 if (!rx->dcbs) in lan966x_fdma_rx_alloc()123 rx->last_entry = rx->dcbs; in lan966x_fdma_rx_alloc()129 dcb = &rx->dcbs[i]; in lan966x_fdma_rx_alloc()256 if (!tx->dcbs) in lan966x_fdma_tx_alloc()261 dcb = &tx->dcbs[i]; in lan966x_fdma_tx_alloc()409 db = &tx->dcbs[i].db[0]; in lan966x_fdma_tx_clear_buf()601 old_dcb = &rx->dcbs[dcb_reload]; in lan966x_fdma_napi_poll()606 (unsigned long)rx->dcbs); in lan966x_fdma_napi_poll()668 next_dcb = &tx->dcbs[next_to_use]; in lan966x_fdma_tx_setup_dcb()906 rx_dcbs = lan966x->rx.dcbs; in lan966x_fdma_reload()[all …]
165 struct lan966x_rx_dcb *dcbs; member220 struct lan966x_tx_dcb *dcbs; member
172 dcb = &rx_ring->dcbs[idx]; in ocelot_fdma_alloc_rx_buffs()231 dcb = &rx_ring->dcbs[idx]; in ocelot_fdma_rx_set_llp()407 dcb = &rx_ring->dcbs[idx]; in ocelot_fdma_rx_get()502 dcb = &tx_ring->dcbs[ntc]; in ocelot_fdma_tx_cleanup()544 dcb = &tx_ring->dcbs[new_null_llp_idx]; in ocelot_fdma_tx_cleanup()616 dcb = &tx_ring->dcbs[tx_ring->next_to_use]; in ocelot_fdma_send_skb()746 struct ocelot_fdma_dcb *dcbs; in ocelot_fdma_rings_alloc() local759 dcbs = fdma->dcbs_base; in ocelot_fdma_rings_alloc()764 dcbs = (void *)dcbs + adjust; in ocelot_fdma_rings_alloc()768 fdma->tx_ring.dcbs = dcbs; in ocelot_fdma_rings_alloc()[all …]
92 struct ocelot_fdma_dcb *dcbs; member125 struct ocelot_fdma_dcb *dcbs; member
Completed in 10 milliseconds