Searched refs:txrx_stop_req_bit (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_trace.h | 276 __field(unsigned long, txrx_stop_req_bit) 283 __entry->txrx_stop_req_bit = hw->txrx_stop_req_bit; 287 TP_printk("epid=%d, partner_status=%d, ep_status=%x, txrx_stop_req_bit=%016lx, tx.rx_status=%08x", 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; 307 TP_printk("epid=%d, ep_status=%x, txrx_stop_req_bit=%016lx, tx.rx_status=%08x", 309 __entry->txrx_stop_req_bit, __entr [all...] |
H A D | fjes_main.c | 281 hw->txrx_stop_req_bit = 0; in fjes_open() 463 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_free_resources() 939 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_txrx_stop_req_irq() 976 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_stop_req_irq() 1406 while ((unshare_watch_bitmask || hw->txrx_stop_req_bit) && in fjes_watch_unshare_task() 1415 stop_req = test_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task() 1455 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task() 1501 clear_bit(epidx, &hw->txrx_stop_req_bit); in fjes_watch_unshare_task()
|
H A D | fjes_hw.h | 299 unsigned long txrx_stop_req_bit; member
|
H A D | fjes_hw.c | 752 return test_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_hw_epid_is_stop_requested() 804 set_bit(epidx, &hw->txrx_stop_req_bit); in fjes_hw_raise_epstop() 1153 set_bit(epidx, &hw->txrx_stop_req_bit); in fjes_hw_update_zone_task()
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_trace.h | 276 __field(unsigned long, txrx_stop_req_bit) 283 __entry->txrx_stop_req_bit = hw->txrx_stop_req_bit; 287 TP_printk("epid=%d, partner_status=%d, ep_status=%x, txrx_stop_req_bit=%016lx, tx.rx_status=%08x", 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; 307 TP_printk("epid=%d, ep_status=%x, txrx_stop_req_bit=%016lx, tx.rx_status=%08x", 309 __entry->txrx_stop_req_bit, __entr [all...] |
H A D | fjes_main.c | 271 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 D | fjes_hw.h | 299 unsigned long txrx_stop_req_bit; member
|
H A D | fjes_hw.c | 753 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()
|
Completed in 12 milliseconds