Searched refs:max_epid (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/fjes/ |
D | fjes_main.c | 336 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_close() 379 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_setup_resources() 396 for (epidx = 0; epidx < (hw->max_epid); epidx++) { in fjes_setup_resources() 407 msleep(FJES_OPEN_ZONE_UPDATE_WAIT * hw->max_epid); in fjes_setup_resources() 409 for (epidx = 0; epidx < (hw->max_epid); epidx++) { in fjes_setup_resources() 455 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_free_resources() 508 int max_epid, my_epid, epid; in fjes_tx_stall_task() local 519 max_epid = hw->max_epid; in fjes_tx_stall_task() 524 for (epid = 0; epid < max_epid; epid++) { in fjes_tx_stall_task() 573 int max_epid, my_epid, epid; in fjes_raise_intr_rxdata_task() local [all …]
|
D | fjes_debugfs.c | 45 int max_epid = hw->max_epid; in fjes_dbg_status_show() local 50 for (epidx = 0; epidx < max_epid; epidx++) { in fjes_dbg_status_show()
|
D | fjes_hw.c | 112 (sizeof(u8) * hw->max_epid); in fjes_hw_alloc_shared_status_region() 117 hw->hw_info.share->epnum = hw->max_epid; in fjes_hw_alloc_shared_status_region() 226 hw->hw_info.max_epid = &hw->max_epid; in fjes_hw_setup() 229 buf = kcalloc(hw->max_epid, sizeof(struct ep_share_mem_info), in fjes_hw_setup() 236 mem_size = FJES_DEV_REQ_BUF_SIZE(hw->max_epid); in fjes_hw_setup() 243 mem_size = FJES_DEV_RES_BUF_SIZE(hw->max_epid); in fjes_hw_setup() 257 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_hw_setup() 307 for (epidx = 0; epidx < hw->max_epid ; epidx++) { in fjes_hw_cleanup() 338 hw->max_epid = fjes_hw_get_max_epid(hw); in fjes_hw_init() 341 if ((hw->max_epid == 0) || (hw->my_epid >= hw->max_epid)) in fjes_hw_init() [all …]
|
D | fjes_ethtool.c | 55 ((&((struct fjes_adapter *)netdev_priv(netdev))->hw)->max_epid - 1) * \ 72 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_get_ethtool_stats() 115 for (i = 0; i < hw->max_epid; i++) { in fjes_get_strings()
|
D | fjes_hw.h | 300 int *max_epid; member 320 int max_epid; member
|
D | fjes_trace.h | 71 __dynamic_array(u8, zone, hw->max_epid) 72 __dynamic_array(u8, status, hw->max_epid) 79 for (x = 0; x < hw->max_epid; x++) {
|