Lines Matching refs:cur_epid
913 int max_epid, cur_epid;
920 cur_epid = (start_epid + i) % max_epid;
921 if (cur_epid == hw->my_epid)
924 pstatus = fjes_hw_get_partner_ep_status(hw, cur_epid);
927 &hw->ep_shm_info[cur_epid].rx))
928 return cur_epid;
935 int *cur_epid)
939 *cur_epid = fjes_rxframe_search_exist(adapter, *cur_epid);
940 if (*cur_epid < 0)
945 &adapter->hw.ep_shm_info[*cur_epid].rx, psize);
950 static void fjes_rxframe_release(struct fjes_adapter *adapter, int cur_epid)
952 fjes_hw_epbuf_rx_curpkt_drop(&adapter->hw.ep_shm_info[cur_epid].rx);
963 int cur_epid = 0;
982 frame = fjes_rxframe_get(adapter, &frame_len, &cur_epid);
988 hw->ep_shm_info[cur_epid].net_stats
991 hw->ep_shm_info[cur_epid].net_stats
1003 hw->ep_shm_info[cur_epid].net_stats
1006 hw->ep_shm_info[cur_epid].net_stats
1012 hw->ep_shm_info[cur_epid].net_stats
1017 fjes_rxframe_release(adapter, cur_epid);