Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dadm1275.c519 int vindex = -1, voindex = -1, cindex = -1, pindex = -1; in adm1275_probe() local
614 cindex = 1; in adm1275_probe()
618 cindex = 2; in adm1275_probe()
640 cindex = (config & ADM1272_IRANGE) ? 3 : 2; in adm1275_probe()
679 cindex = 2; in adm1275_probe()
698 cindex = 2; in adm1275_probe()
716 cindex = 1; in adm1275_probe()
758 cindex = 3; in adm1275_probe()
761 cindex = 4; in adm1275_probe()
764 cindex = 5; in adm1275_probe()
[all …]
/linux/net/ipv4/
H A Dfib_trie.c848 unsigned long cindex = get_index(tn->key, tp); in resize() local
858 BUG_ON(tn != get_child(tp, cindex)); in resize()
873 tn = get_child(tp, cindex); in resize()
896 tn = get_child(tp, cindex); in resize()
1450 t_key cindex; in fib_table_lookup() local
1453 cindex = 0; in fib_table_lookup()
1455 n = get_child_rcu(pn, cindex); in fib_table_lookup()
1495 cindex = index; in fib_table_lookup()
1535 while (!cindex) { in fib_table_lookup()
1552 cindex = get_index(pkey, pn); in fib_table_lookup()
[all …]
/linux/tools/perf/util/
H A Dvalues.c188 int tindex, cindex; in perf_read_values_add_value() local
193 cindex = perf_read_values__findnew_counter(values, rawid, name); in perf_read_values_add_value()
194 if (cindex < 0) in perf_read_values_add_value()
195 return cindex; in perf_read_values_add_value()
197 values->value[tindex][cindex] += value; in perf_read_values_add_value()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h160 u64 cindex : 20; member
322 u64 cindex : 20; member
H A Drvu_npa.c94 inst.cindex = req->aura_id; in rvu_npa_aq_enq_inst()
H A Drvu_nix.c1079 inst.cindex = req->qidx; in rvu_nix_blk_aq_enq_inst()
/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c323 int index, cindex; in ath_tx_update_baw() local
329 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_update_baw()
331 __clear_bit(cindex, tid->tx_buf); in ath_tx_update_baw()
346 int index, cindex; in ath_tx_addto_baw() local
352 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_addto_baw()
353 __set_bit(cindex, tid->tx_buf); in ath_tx_addto_baw()
358 tid->baw_tail = cindex; in ath_tx_addto_baw()