Searched refs:eidx (Results 1 - 5 of 5) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_eeprom.c437 * @eidx: 0..3, the counter to increment
445 void qib_inc_eeprom_err(struct qib_devdata *dd, u32 eidx, u32 incr) argument
451 new_val = dd->eep_st_new_errs[eidx] + incr;
454 dd->eep_st_new_errs[eidx] = new_val;
H A Dqib.h1313 void qib_inc_eeprom_err(struct qib_devdata *dd, u32 eidx, u32 incr);
/drivers/net/hippi/
H A Drrunner.c725 static u32 rr_handle_event(struct net_device *dev, u32 prodidx, u32 eidx) argument
734 while (prodidx != eidx){
735 switch (rrpriv->evt_ring[eidx].code){
908 u16 index = rrpriv->evt_ring[eidx].index;
917 dev->name, rrpriv->evt_ring[eidx].code);
919 eidx = (eidx + 1) % EVT_RING_ENTRIES;
922 rrpriv->info->evt_ctrl.pi = eidx;
924 return eidx;
1026 u32 prodidx, rxindex, eidx, txcsm local
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c1006 * @eidx: 0..3, the counter to increment
1015 void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr) argument
1021 new_val = dd->ipath_eep_st_new_errs[eidx] + incr;
1024 dd->ipath_eep_st_new_errs[eidx] = new_val;
H A Dipath_kernel.h1036 void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr);

Completed in 109 milliseconds