Home
last modified time | relevance | path

Searched refs:proc_idx (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/socionext/
H A Dsni_ave.c688 proc_idx = priv->tx.proc_idx; in ave_tx_complete()
752 proc_idx = priv->rx.proc_idx; in ave_rx_receive()
770 proc_idx = (proc_idx + 1) % ndesc; in ave_rx_receive()
794 proc_idx = (proc_idx + 1) % ndesc; in ave_rx_receive()
797 priv->rx.proc_idx = proc_idx; in ave_rx_receive()
1294 priv->tx.proc_idx = 0; in ave_open()
1305 priv->rx.proc_idx = 0; in ave_open()
1379 priv->tx.proc_idx = 0; in ave_stop()
1391 priv->rx.proc_idx = 0; in ave_stop()
1407 proc_idx = priv->tx.proc_idx; in ave_start_xmit()
[all …]
/linux-6.15/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c1090 u32 proc_idx, hw_consume_idx, num_consume_pkts; in emac_mac_rx_process() local
1159 proc_idx = (rx_q->rfd.process_idx << rx_q->process_shft) & in emac_mac_rx_process()
1162 rx_q->process_mask, proc_idx); in emac_mac_rx_process()