Home
last modified time | relevance | path

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

/drivers/net/sfc/
Dfalcon.c115 #define FALCON_RXD_RING_MASK (FALCON_RXD_RING_SIZE - 1) macro
587 FALCON_RXD_RING_MASK); in falcon_notify_rx_desc()
592 write_ptr = rx_queue->added_count & FALCON_RXD_RING_MASK; in falcon_notify_rx_desc()
836 expected = rx_queue->removed_count & FALCON_RXD_RING_MASK; in falcon_handle_rx_bad_index()
838 FALCON_RXD_RING_MASK); in falcon_handle_rx_bad_index()
874 expected_ptr = rx_queue->removed_count & FALCON_RXD_RING_MASK; in falcon_handle_rx_event()
3159 .rxd_ring_mask = FALCON_RXD_RING_MASK,
3183 .rxd_ring_mask = FALCON_RXD_RING_MASK,