Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h276 __FM10K_MACVLAN_SCHED, enumerator
H A Dfm10k_pci.c91 !test_and_set_bit(__FM10K_MACVLAN_SCHED, interface->state)) { in fm10k_macvlan_schedule()
120 /* We set the __FM10K_MACVLAN_SCHED bit when we schedule the task. in fm10k_stop_macvlan_task()
126 clear_bit(__FM10K_MACVLAN_SCHED, interface->state); in fm10k_stop_macvlan_task()
846 WARN_ON(!test_bit(__FM10K_MACVLAN_SCHED, interface->state)); in fm10k_macvlan_task()
850 clear_bit(__FM10K_MACVLAN_SCHED, interface->state); in fm10k_macvlan_task()
H A Dfm10k_netdev.c1182 while (test_bit(__FM10K_MACVLAN_SCHED, interface->state)) in fm10k_reset_rx_state()