Searched refs:eidx (Results 1 – 4 of 4) sorted by relevance
/drivers/net/hippi/ |
D | rrunner.c | 725 static u32 rr_handle_event(struct net_device *dev, u32 prodidx, u32 eidx) in rr_handle_event() argument 734 while (prodidx != eidx){ in rr_handle_event() 735 switch (rrpriv->evt_ring[eidx].code){ in rr_handle_event() 908 u16 index = rrpriv->evt_ring[eidx].index; in rr_handle_event() 917 dev->name, rrpriv->evt_ring[eidx].code); in rr_handle_event() 919 eidx = (eidx + 1) % EVT_RING_ENTRIES; in rr_handle_event() 922 rrpriv->info->evt_ctrl.pi = eidx; in rr_handle_event() 924 return eidx; in rr_handle_event() 1026 u32 prodidx, rxindex, eidx, txcsmr, rxlimit, txcon; in rr_interrupt() local 1051 eidx = rrpriv->info->evt_ctrl.pi; in rr_interrupt() [all …]
|
/drivers/staging/rdma/ipath/ |
D | ipath_eeprom.c | 1015 void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr) in ipath_inc_eeprom_err() argument 1021 new_val = dd->ipath_eep_st_new_errs[eidx] + incr; in ipath_inc_eeprom_err() 1024 dd->ipath_eep_st_new_errs[eidx] = new_val; in ipath_inc_eeprom_err()
|
D | ipath_kernel.h | 1032 void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr);
|
/drivers/infiniband/hw/qib/ |
D | qib.h | 1305 #define qib_inc_eeprom_err(dd, eidx, incr) argument
|