Searched refs:epidx (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/fjes/
H A Dfjes_debugfs.c32 int epidx; local
35 for (epidx = 0; epidx < max_epid; epidx++) {
36 if (epidx == my_epid) {
38 epidx, '-', '-', '-');
41 epidx,
42 ep_status_string[fjes_hw_get_partner_ep_status(hw, epidx)],
43 fjes_hw_epid_is_same_zone(hw, epidx) ? 'Y' : 'N',
44 fjes_hw_epid_is_shared(hw->hw_info.share, epidx)
[all...]
H A Dfjes_main.c174 int epidx; local
180 for (epidx = 0; epidx < hw->max_epid; epidx++) {
181 hw->ep_shm_info[epidx].es_status =
182 hw->hw_info.res_buf->info.info[epidx].es_status;
183 hw->ep_shm_info[epidx].zone =
184 hw->hw_info.res_buf->info.info[epidx].zone;
197 for (epidx = 0; epidx < (h
436 int epidx; local
530 int epidx; local
778 int idx, epidx; local
964 int epidx; local
1189 int max_epid, my_epid, epidx; local
[all...]
H A Dfjes_hw.c209 int epidx; local
247 for (epidx = 0; epidx < hw->max_epid; epidx++) {
248 if (epidx != hw->my_epid) {
249 buf_pair = &hw->ep_shm_info[epidx];
282 for (epidx = 0; epidx < hw->max_epid ; epidx++) {
283 if (epidx
303 int epidx; local
787 int epidx; local
819 int epidx; local
998 int epidx; local
[all...]
H A Dfjes_ethtool.c48 int epidx; local
57 for (epidx = 0; epidx < hw->max_epid; epidx++) {
58 if (epidx == hw->my_epid)
60 data[i++] = hw->ep_shm_info[epidx].ep_stats
62 data[i++] = hw->ep_shm_info[epidx].ep_stats
64 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_rx;
65 data[i++] = hw->ep_shm_info[epidx].ep_stats.send_intr_unshare;
66 data[i++] = hw->ep_shm_info[epidx]
[all...]
/linux-master/drivers/usb/dwc2/
H A Ddebugfs.c295 unsigned int epidx; local
305 for (epidx = 0; epidx < hsotg->num_of_eps; epidx++) {
308 ep = hsotg->eps_out[epidx];
313 for (epidx = 1; epidx < hsotg->num_of_eps; epidx++) {
316 ep = hsotg->eps_in[epidx];
/linux-master/sound/usb/
H A Dmidi.c1912 int i, j, epidx; local
1930 epidx = 0;
1946 if (endpoints[epidx].out_ep) {
1947 if (++epidx >= MIDI_MAX_ENDPOINTS) {
1953 endpoints[epidx].out_ep = usb_endpoint_num(ep);
1955 endpoints[epidx].out_interval = ep->bInterval;
1962 endpoints[epidx].out_interval = 1;
1963 endpoints[epidx].out_cables =
1966 endpoints[epidx].assoc_out_jacks[j] = ms_ep->baAssocJackID[j];
1967 for (; j < ARRAY_SIZE(endpoints[epidx]
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c240 u8 epidx; local
245 for (epidx = 0; epidx < epnums; epidx++) {
248 pep_desc = &usb_intf->cur_altsetting->endpoint[epidx].desc;
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.h291 u8 epidx[13]; /* dword 0 */ member in struct:amap_eq_context
577 u8 epidx[11]; /* dword 0 */ member in struct:amap_cq_context
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h366 u8 epidx[13]; /* dword 0*/ member in struct:amap_eq_context
456 u8 epidx[11]; /* dword 0*/ member in struct:amap_cq_context_be

Completed in 311 milliseconds