Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/agere/
H A Det131x.c1567 rx_local->local_psr_full = 0; in et131x_config_rx_dma_regs()
2169 rx_local->num_ready_recv++; in nic_return_rfd()
2172 WARN_ON(rx_local->num_ready_recv > rx_local->num_rfd); in nic_return_rfd()
2202 status = rx_local->rx_status_block; in nic_rx_pkts()
2211 (rx_local->local_psr_full & 0xFFF); in nic_rx_pkts()
2218 fbr = rx_local->fbr[ring_index]; in nic_rx_pkts()
2225 if ((rx_local->local_psr_full & 0xFFF) > rx_local->psr_entries - 1) { in nic_rx_pkts()
2227 rx_local->local_psr_full &= ~0xFFF; in nic_rx_pkts()
2228 rx_local->local_psr_full ^= 0x1000; in nic_rx_pkts()
2244 element = rx_local->recv_list.next; in nic_rx_pkts()
[all …]
/linux-6.15/drivers/net/
H A Dxen-netfront.c1030 struct xen_netif_rx_response *rx = &rinfo->rx, rx_local; in xennet_get_responses() local
1120 RING_COPY_RESPONSE(&queue->rx, cons + slots, &rx_local); in xennet_get_responses()
1121 rx = &rx_local; in xennet_get_responses()