Searched refs:eidx (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/mm/ |
D | bootmem.c | 289 unsigned long sidx, unsigned long eidx) in __free() argument 295 eidx + bdata->node_min_pfn); in __free() 300 for (idx = sidx; idx < eidx; idx++) in __free() 306 unsigned long eidx, int flags) in __reserve() argument 314 eidx + bdata->node_min_pfn, in __reserve() 317 for (idx = sidx; idx < eidx; idx++) in __reserve() 333 unsigned long sidx, eidx; in mark_bootmem_node() local 342 eidx = end - bdata->node_min_pfn; in mark_bootmem_node() 345 return __reserve(bdata, sidx, eidx, flags); in mark_bootmem_node() 347 __free(bdata, sidx, eidx); in mark_bootmem_node() [all …]
|
/linux-4.1.27/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 …]
|
/linux-4.1.27/drivers/infiniband/hw/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 | 1033 void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr);
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib.h | 1305 #define qib_inc_eeprom_err(dd, eidx, incr) argument
|