/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_main.c | 324 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_close() 367 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_setup_resources() 384 for (epidx = 0; epidx < (hw->max_epid); epidx++) { in fjes_setup_resources() 395 msleep(FJES_OPEN_ZONE_UPDATE_WAIT * hw->max_epid); in fjes_setup_resources() 397 for (epidx = 0; epidx < (hw->max_epid); epidx++) { in fjes_setup_resources() 443 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_free_resources() 496 int max_epid, my_epid, epid; in fjes_tx_stall_task() local 507 max_epid = hw->max_epid; in fjes_tx_stall_task() 512 for (epid = 0; epid < max_epid; epi in fjes_tx_stall_task() 561 int max_epid, my_epid, epid; fjes_raise_intr_rxdata_task() local 631 int max_epid, my_epid, dest_epid; fjes_xmit_frame() local 1056 int max_epid, cur_epid; fjes_rxframe_search_exist() local 1392 int max_epid, my_epid, epidx; fjes_watch_unshare_task() local [all...] |
H A D | fjes_debugfs.c | 30 int max_epid = hw->max_epid; in fjes_dbg_status_show() local 35 for (epidx = 0; epidx < max_epid; epidx++) { in fjes_dbg_status_show()
|
H A D | fjes_hw.c | 97 (sizeof(u8) * hw->max_epid); in fjes_hw_alloc_shared_status_region() 102 hw->hw_info.share->epnum = hw->max_epid; in fjes_hw_alloc_shared_status_region() 211 hw->hw_info.max_epid = &hw->max_epid; in fjes_hw_setup() 214 buf = kcalloc(hw->max_epid, sizeof(struct ep_share_mem_info), in fjes_hw_setup() 221 mem_size = FJES_DEV_REQ_BUF_SIZE(hw->max_epid); in fjes_hw_setup() 230 mem_size = FJES_DEV_RES_BUF_SIZE(hw->max_epid); in fjes_hw_setup() 246 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_hw_setup() 281 for (epidx = 0; epidx < hw->max_epid ; epidx++) { in fjes_hw_setup() 315 for (epidx = 0; epidx < hw->max_epid ; epid in fjes_hw_cleanup() [all...] |
H A D | fjes_ethtool.c | 40 ((&((struct fjes_adapter *)netdev_priv(netdev))->hw)->max_epid - 1) * \ 57 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_get_ethtool_stats() 100 for (i = 0; i < hw->max_epid; i++) { in fjes_get_strings()
|
H A D | fjes_trace.h | 56 __dynamic_array(u8, zone, hw->max_epid) 57 __dynamic_array(u8, status, hw->max_epid) 64 for (x = 0; x < hw->max_epid; x++) {
|
H A D | fjes_hw.h | 285 int *max_epid; member 305 int max_epid; member
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_main.c | 180 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_setup_resources() 197 for (epidx = 0; epidx < (hw->max_epid); epidx++) { in fjes_setup_resources() 208 msleep(FJES_OPEN_ZONE_UPDATE_WAIT * hw->max_epid); in fjes_setup_resources() 210 for (epidx = 0; epidx < (hw->max_epid); epidx++) { in fjes_setup_resources() 438 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_free_resources() 540 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_close() 596 int max_epid, my_epid, dest_epid; in fjes_xmit_frame() local 622 max_epid = hw->max_epid; in fjes_xmit_frame() 626 max_epid in fjes_xmit_frame() 913 int max_epid, cur_epid; fjes_rxframe_search_exist() local 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 | 30 int max_epid = hw->max_epid; in fjes_dbg_status_show() local 35 for (epidx = 0; epidx < max_epid; epidx++) { in fjes_dbg_status_show()
|
H A D | fjes_hw.c | 97 (sizeof(u8) * hw->max_epid); in fjes_hw_alloc_shared_status_region() 102 hw->hw_info.share->epnum = hw->max_epid; in fjes_hw_alloc_shared_status_region() 212 hw->hw_info.max_epid = &hw->max_epid; in fjes_hw_setup() 215 buf = kcalloc(hw->max_epid, sizeof(struct ep_share_mem_info), in fjes_hw_setup() 222 mem_size = FJES_DEV_REQ_BUF_SIZE(hw->max_epid); in fjes_hw_setup() 231 mem_size = FJES_DEV_RES_BUF_SIZE(hw->max_epid); in fjes_hw_setup() 247 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_hw_setup() 282 for (epidx = 0; epidx < hw->max_epid ; epidx++) { in fjes_hw_setup() 316 for (epidx = 0; epidx < hw->max_epid ; epid in fjes_hw_cleanup() [all...] |
H A D | fjes_ethtool.c | 40 ((&((struct fjes_adapter *)netdev_priv(netdev))->hw)->max_epid - 1) * \ 57 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_get_ethtool_stats() 100 for (i = 0; i < hw->max_epid; i++) { in fjes_get_strings()
|
H A D | fjes_trace.h | 56 __dynamic_array(u8, zone, hw->max_epid) 57 __dynamic_array(u8, status, hw->max_epid) 64 for (x = 0; x < hw->max_epid; x++) {
|
H A D | fjes_hw.h | 285 int *max_epid; member 305 int max_epid; member
|