Searched refs:cindex (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/hwmon/pmbus/
H A Dadm1275.c518 int vindex = -1, voindex = -1, cindex = -1, pindex = -1; local
612 cindex = 1;
616 cindex = 2;
638 cindex = (config & ADM1272_IRANGE) ? 3 : 2;
677 cindex = 2;
696 cindex = 2;
713 cindex = 1;
755 cindex = 3;
758 cindex = 4;
761 cindex
[all...]
/linux-master/net/ipv4/
H A Dfib_trie.c854 unsigned long cindex = get_index(tn->key, tp); local
864 BUG_ON(tn != get_child(tp, cindex));
879 tn = get_child(tp, cindex);
902 tn = get_child(tp, cindex);
953 * prefix plus zeros for the bits in the cindex. The index
959 * we know the value is cindex
1456 t_key cindex; local
1459 cindex = 0;
1461 n = get_child_rcu(pn, cindex);
1483 * we know the value is cindex
1788 unsigned long cindex; local
1846 unsigned long cindex = 1; local
1963 unsigned long cindex = 1; local
2033 unsigned long cindex = 1; local
2122 unsigned long cindex = 1; local
2457 unsigned long cindex = iter->index; local
[all...]
/linux-master/tools/perf/util/
H A Dvalues.c188 int tindex, cindex; local
193 cindex = perf_read_values__findnew_counter(values, rawid, name);
194 if (cindex < 0)
195 return cindex;
197 values->value[tindex][cindex] += value;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h162 u64 cindex : 20; member in struct:npa_aq_inst_s
324 u64 cindex : 20; member in struct:nix_aq_inst_s
H A Drvu_npa.c94 inst.cindex = req->aura_id;
H A Drvu_nix.c1074 inst.cindex = req->qidx;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c323 int index, cindex; local
329 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1);
331 __clear_bit(cindex, tid->tx_buf);
346 int index, cindex; local
352 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1);
353 __set_bit(cindex, tid->tx_buf);
358 tid->baw_tail = cindex;

Completed in 193 milliseconds