Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/fjes/
H A Dfjes_trace.h276 __field(unsigned long, txrx_stop_req_bit)
283 __entry->txrx_stop_req_bit = hw->txrx_stop_req_bit;
289 __entry->txrx_stop_req_bit, __entry->rx_status)
298 __field(unsigned long, txrx_stop_req_bit)
304 __entry->txrx_stop_req_bit = hw->txrx_stop_req_bit;
309 __entry->txrx_stop_req_bit, __entry->rx_status)
320 __field(unsigned long, txrx_stop_req_bit)
327 __entry->txrx_stop_req_bit = hw->txrx_stop_req_bit;
333 __entry->txrx_stop_req_bit, __entry->rx_status)
342 __field(unsigned long, txrx_stop_req_bit)
[all …]
H A Dfjes_main.c271 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_stop_req_irq()
312 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_txrx_stop_req_irq()
458 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_free_resources()
497 hw->txrx_stop_req_bit = 0; in fjes_open()
1203 while ((unshare_watch_bitmask || hw->txrx_stop_req_bit) && in fjes_watch_unshare_task()
1212 stop_req = test_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()
1252 clear_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()
H A Dfjes_hw.h299 unsigned long txrx_stop_req_bit; member
H A Dfjes_hw.c753 return test_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_hw_epid_is_stop_requested()
805 set_bit(epidx, &hw->txrx_stop_req_bit); in fjes_hw_raise_epstop()
1154 set_bit(epidx, &hw->txrx_stop_req_bit); in fjes_hw_update_zone_task()