Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/fjes/
Dfjes_main.c261 hw->txrx_stop_req_bit = 0; in fjes_open()
424 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_free_resources()
840 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_txrx_stop_req_irq()
872 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_stop_req_irq()
1253 while ((unshare_watch_bitmask || hw->txrx_stop_req_bit) && in fjes_watch_unshare_task()
1262 stop_req = test_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()
1298 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()
1338 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()
Dfjes_hw.h283 unsigned long txrx_stop_req_bit; member
Dfjes_hw.c704 return test_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_hw_epid_is_stop_requested()
754 set_bit(epidx, &hw->txrx_stop_req_bit); in fjes_hw_raise_epstop()
1082 set_bit(epidx, &hw->txrx_stop_req_bit); in fjes_hw_update_zone_task()