Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dselftest.c175 read_ptr[channel->channel] = channel->eventq_read_ptr; in efx_test_eventq_irq()
192 if (channel->eventq_read_ptr != in efx_test_eventq_irq()
Dnic.c59 return efx_event_present(efx_event(channel, channel->eventq_read_ptr)); in efx_nic_event_present()
Dfarch.c789 channel->eventq_read_ptr & channel->eventq_mask); in efx_farch_ev_read_ack()
1281 read_ptr = channel->eventq_read_ptr; in efx_farch_ev_process()
1342 channel->eventq_read_ptr = read_ptr; in efx_farch_ev_process()
1589 channel->eventq_read_ptr); in efx_farch_legacy_interrupt()
Def10.c1982 read_ptr = channel->eventq_read_ptr; in efx_ef10_ev_process()
2042 channel->eventq_read_ptr = read_ptr; in efx_ef10_ev_process()
2060 (channel->eventq_read_ptr & in efx_ef10_ev_read_ack()
2068 channel->eventq_read_ptr & in efx_ef10_ev_read_ack()
2074 channel->eventq_read_ptr & in efx_ef10_ev_read_ack()
Dnet_driver.h450 unsigned int eventq_read_ptr; member
Defx.c357 channel->eventq_read_ptr = 0; in efx_init_eventq()