Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwmon/pmbus/
H A Dadm1275.c615 cindex = 1; in adm1275_probe()
619 cindex = 2; in adm1275_probe()
681 cindex = 2; in adm1275_probe()
700 cindex = 2; in adm1275_probe()
718 cindex = 1; in adm1275_probe()
760 cindex = 3; in adm1275_probe()
763 cindex = 4; in adm1275_probe()
766 cindex = 5; in adm1275_probe()
769 cindex = 6; in adm1275_probe()
836 if (cindex >= 0) { in adm1275_probe()
[all …]
/linux-6.15/net/ipv4/
H A Dfib_trie.c1431 t_key cindex; in fib_table_lookup() local
1434 cindex = 0; in fib_table_lookup()
1476 cindex = index; in fib_table_lookup()
1516 while (!cindex) { in fib_table_lookup()
1537 cindex &= cindex - 1; in fib_table_lookup()
1760 unsigned long cindex; in leaf_walk_rcu() local
1803 cindex = 0; in leaf_walk_rcu()
1826 if (!(cindex--)) { in fib_trie_free()
1944 if (!(cindex--)) { in fib_table_flush_external()
2015 if (!(cindex--)) { in fib_table_flush()
[all …]
/linux-6.15/tools/perf/util/
H A Dvalues.c172 int tindex, cindex; in perf_read_values_add_value() local
177 cindex = perf_read_values__findnew_counter(values, evsel); in perf_read_values_add_value()
178 if (cindex < 0) in perf_read_values_add_value()
179 return cindex; in perf_read_values_add_value()
181 values->value[tindex][cindex] += value; in perf_read_values_add_value()
/linux-6.15/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.c1127 inst.cindex = req->qidx; in rvu_nix_blk_aq_enq_inst()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dxmit.c321 int index, cindex; in ath_tx_update_baw() local
327 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_update_baw()
329 __clear_bit(cindex, tid->tx_buf); in ath_tx_update_baw()
343 int index, cindex; in ath_tx_addto_baw() local
349 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_addto_baw()
350 __set_bit(cindex, tid->tx_buf); in ath_tx_addto_baw()
355 tid->baw_tail = cindex; in ath_tx_addto_baw()