Searched refs:cindex (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/hwmon/pmbus/ |
D | adm1275.c | 518 int vindex = -1, voindex = -1, cindex = -1, pindex = -1; in adm1275_probe() local 612 cindex = 1; in adm1275_probe() 616 cindex = 2; in adm1275_probe() 638 cindex = (config & ADM1272_IRANGE) ? 3 : 2; in adm1275_probe() 677 cindex = 2; in adm1275_probe() 696 cindex = 2; in adm1275_probe() 713 cindex = 1; in adm1275_probe() 755 cindex = 3; in adm1275_probe() 758 cindex = 4; in adm1275_probe() 761 cindex = 5; in adm1275_probe() [all …]
|
/linux-6.6.21/net/ipv4/ |
D | fib_trie.c | 853 unsigned long cindex = get_index(tn->key, tp); in resize() local 863 BUG_ON(tn != get_child(tp, cindex)); in resize() 878 tn = get_child(tp, cindex); in resize() 901 tn = get_child(tp, cindex); in resize() 1455 t_key cindex; in fib_table_lookup() local 1458 cindex = 0; in fib_table_lookup() 1460 n = get_child_rcu(pn, cindex); in fib_table_lookup() 1500 cindex = index; in fib_table_lookup() 1540 while (!cindex) { in fib_table_lookup() 1557 cindex = get_index(pkey, pn); in fib_table_lookup() [all …]
|
/linux-6.6.21/tools/perf/util/ |
D | values.c | 188 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-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_struct.h | 162 u64 cindex : 20; member 324 u64 cindex : 20; member
|
D | rvu_npa.c | 94 inst.cindex = req->aura_id; in rvu_npa_aq_enq_inst()
|
D | rvu_nix.c | 961 inst.cindex = req->qidx; in rvu_nix_blk_aq_enq_inst()
|
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 323 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()
|