Lines Matching refs:cur_epid
1056 int max_epid, cur_epid;
1063 cur_epid = (start_epid + i) % max_epid;
1064 if (cur_epid == hw->my_epid)
1067 pstatus = fjes_hw_get_partner_ep_status(hw, cur_epid);
1070 &hw->ep_shm_info[cur_epid].rx))
1071 return cur_epid;
1078 int *cur_epid)
1082 *cur_epid = fjes_rxframe_search_exist(adapter, *cur_epid);
1083 if (*cur_epid < 0)
1088 &adapter->hw.ep_shm_info[*cur_epid].rx, psize);
1093 static void fjes_rxframe_release(struct fjes_adapter *adapter, int cur_epid)
1095 fjes_hw_epbuf_rx_curpkt_drop(&adapter->hw.ep_shm_info[cur_epid].rx);
1116 int cur_epid = 0;
1135 frame = fjes_rxframe_get(adapter, &frame_len, &cur_epid);
1141 hw->ep_shm_info[cur_epid].net_stats
1144 hw->ep_shm_info[cur_epid].net_stats
1156 hw->ep_shm_info[cur_epid].net_stats
1159 hw->ep_shm_info[cur_epid].net_stats
1165 hw->ep_shm_info[cur_epid].net_stats
1170 fjes_rxframe_release(adapter, cur_epid);