Home
last modified time | relevance | path

Searched refs:new_idx (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c1092 u16_t new_idx = mm_le16_to_cpu(*(tx_chain->hw_con_idx_ptr)); in lm_get_packets_sent() local
1093 u16_t pkt_num = S16_SUB(new_idx,tx_chain->pkt_idx); in lm_get_packets_sent()
1140 new_idx = mm_le16_to_cpu(*(tx_chain->hw_con_idx_ptr)); in lm_get_packets_sent()
1142 pkt_num = S16_SUB(new_idx,tx_chain->pkt_idx); in lm_get_packets_sent()
/titanic_50/usr/src/uts/common/vm/
H A Dvm_anon.c1334 ulong_t new_idx, size_t size) in anon_dup() argument
1354 (void) anon_set_ptr(new, new_idx + off, ap, ANON_SLEEP); in anon_dup()
1362 new_idx += off; in anon_dup()
1382 ulong_t new_idx, in anon_dup_fill_holes() argument
1457 (void) anon_set_ptr(new, new_idx + off + i, ap, in anon_dup_fill_holes()
1472 new_idx += off; in anon_dup_fill_holes()
H A Dseg_vn.c1511 ulong_t new_idx = 0; in segvn_dup_pages() local
1556 (void) anon_set_ptr(newsvd->amp->ahp, new_idx, newap, in segvn_dup_pages()
1562 new_idx++; in segvn_dup_pages()