Searched refs:max_epid (Results 1 – 5 of 5) sorted by relevance
127 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_setup_resources()144 for (epidx = 0; epidx < (hw->max_epid); epidx++) { in fjes_setup_resources()155 msleep(FJES_OPEN_ZONE_UPDATE_WAIT * hw->max_epid); in fjes_setup_resources()157 for (epidx = 0; epidx < (hw->max_epid); epidx++) { in fjes_setup_resources()385 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_free_resources()487 for (epidx = 0; epidx < hw->max_epid; epidx++) { in fjes_close()543 int max_epid, my_epid, dest_epid; in fjes_xmit_frame() local569 max_epid = hw->max_epid; in fjes_xmit_frame()573 max_epid = dest_epid + 1; in fjes_xmit_frame()578 (dest_epid < hw->max_epid)) { in fjes_xmit_frame()[all …]
30 int max_epid = hw->max_epid; in fjes_dbg_status_show() local35 for (epidx = 0; epidx < max_epid; epidx++) { in fjes_dbg_status_show()
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 = kzalloc_objs(struct ep_share_mem_info, hw->max_epid); 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 ; epidx++) { in fjes_hw_cleanup()346 hw->max_epid = fjes_hw_get_max_epid(hw); in fjes_hw_init()[all …]
285 int *max_epid; member305 int max_epid; member
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++) {