Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fjes/
Dfjes_trace.h291 __field(unsigned long, txrx_stop_req_bit)
298 __entry->txrx_stop_req_bit = hw->txrx_stop_req_bit;
304 __entry->txrx_stop_req_bit, __entry->rx_status)
313 __field(unsigned long, txrx_stop_req_bit)
319 __entry->txrx_stop_req_bit = hw->txrx_stop_req_bit;
324 __entry->txrx_stop_req_bit, __entry->rx_status)
335 __field(unsigned long, txrx_stop_req_bit)
342 __entry->txrx_stop_req_bit = hw->txrx_stop_req_bit;
348 __entry->txrx_stop_req_bit, __entry->rx_status)
357 __field(unsigned long, txrx_stop_req_bit)
[all …]
Dfjes_main.c293 hw->txrx_stop_req_bit = 0; in fjes_open()
475 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_free_resources()
951 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_txrx_stop_req_irq()
988 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_stop_req_irq()
1396 while ((unshare_watch_bitmask || hw->txrx_stop_req_bit) && in fjes_watch_unshare_task()
1405 stop_req = test_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()
1445 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()
1491 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()
Dfjes_hw.h314 unsigned long txrx_stop_req_bit; member
Dfjes_hw.c744 return test_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_hw_epid_is_stop_requested()
796 set_bit(epidx, &hw->txrx_stop_req_bit); in fjes_hw_raise_epstop()
1145 set_bit(epidx, &hw->txrx_stop_req_bit); in fjes_hw_update_zone_task()