Searched refs:my_epid (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_main.c | 325 if (epidx == hw->my_epid) in fjes_close() 385 if ((epidx != hw->my_epid) && in fjes_setup_resources() 398 if (epidx == hw->my_epid) in fjes_setup_resources() 444 if (epidx == hw->my_epid) in fjes_free_resources() 496 int max_epid, my_epid, epid; in fjes_tx_stall_task() local 506 my_epid = hw->my_epid; in fjes_tx_stall_task() 513 if (my_epid == epid) in fjes_tx_stall_task() 561 int max_epid, my_epid, epid; in fjes_raise_intr_rxdata_task() local 563 my_epid in fjes_raise_intr_rxdata_task() 631 int max_epid, my_epid, dest_epid; fjes_xmit_frame() local 1392 int max_epid, my_epid, epidx; fjes_watch_unshare_task() local [all...] |
H A D | fjes_debugfs.c | 31 int my_epid = hw->my_epid; in fjes_dbg_status_show() local 36 if (epidx == my_epid) { in fjes_dbg_status_show()
|
H A D | fjes_hw.c | 212 hw->hw_info.my_epid = &hw->my_epid; in fjes_hw_setup() 247 if (epidx != hw->my_epid) { in fjes_hw_setup() 282 if (epidx == hw->my_epid) in fjes_hw_setup() 316 if (epidx == hw->my_epid) in fjes_hw_cleanup() 347 hw->my_epid = fjes_hw_get_my_epid(hw); in fjes_hw_init() 349 if ((hw->max_epid == 0) || (hw->my_epid >= hw->max_epid)) in fjes_hw_init() 554 msleep(200 + hw->my_epid * 20); in fjes_hw_register_buff_addr() 555 timeout -= (200 + hw->my_epid * 20); in fjes_hw_register_buff_addr() 644 msleep(200 + hw->my_epid * 2 in fjes_hw_unregister_buff_addr() [all...] |
H A D | fjes_hw.h | 284 int *my_epid; member 304 int my_epid; member
|
H A D | fjes_ethtool.c | 58 if (epidx == hw->my_epid) in fjes_get_ethtool_stats() 101 if (i == hw->my_epid) in fjes_get_strings()
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_main.c | 198 if ((epidx != hw->my_epid) && in fjes_setup_resources() 211 if (epidx == hw->my_epid) in fjes_setup_resources() 306 if (src_epid < hw->my_epid) { in fjes_txrx_stop_req_irq() 439 if (epidx == hw->my_epid) in fjes_free_resources() 541 if (epidx == hw->my_epid) in fjes_close() 596 int max_epid, my_epid, dest_epid; in fjes_xmit_frame() local 613 my_epid = hw->my_epid; in fjes_xmit_frame() 639 hw->ep_shm_info[my_epid].net_stats.tx_packets += 1; in fjes_xmit_frame() 641 hw->ep_shm_info[my_epid] in fjes_xmit_frame() 1082 int max_epid, my_epid, epid; fjes_tx_stall_task() local 1136 int max_epid, my_epid, epid; fjes_raise_intr_rxdata_task() local 1189 int max_epid, my_epid, epidx; fjes_watch_unshare_task() local [all...] |
H A D | fjes_debugfs.c | 31 int my_epid = hw->my_epid; in fjes_dbg_status_show() local 36 if (epidx == my_epid) { in fjes_dbg_status_show()
|
H A D | fjes_hw.c | 213 hw->hw_info.my_epid = &hw->my_epid; in fjes_hw_setup() 248 if (epidx != hw->my_epid) { in fjes_hw_setup() 283 if (epidx == hw->my_epid) in fjes_hw_setup() 317 if (epidx == hw->my_epid) in fjes_hw_cleanup() 348 hw->my_epid = fjes_hw_get_my_epid(hw); in fjes_hw_init() 350 if ((hw->max_epid == 0) || (hw->my_epid >= hw->max_epid)) in fjes_hw_init() 555 msleep(200 + hw->my_epid * 20); in fjes_hw_register_buff_addr() 556 timeout -= (200 + hw->my_epid * 20); in fjes_hw_register_buff_addr() 645 msleep(200 + hw->my_epid * 2 in fjes_hw_unregister_buff_addr() [all...] |
H A D | fjes_hw.h | 284 int *my_epid; member 304 int my_epid; member
|
H A D | fjes_ethtool.c | 58 if (epidx == hw->my_epid) in fjes_get_ethtool_stats() 101 if (i == hw->my_epid) in fjes_get_strings()
|
Completed in 9 milliseconds