Home
last modified time | relevance | path

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

/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()
1431 t_key cindex; in fib_table_lookup() local
1434 cindex = 0; in fib_table_lookup()
1436 n = get_child_rcu(pn, cindex); in fib_table_lookup()
1476 cindex = index; in fib_table_lookup()
1516 while (!cindex) { in fib_table_lookup()
1533 cindex = get_index(pkey, pn); in fib_table_lookup()
[all …]
/linux/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()