Searched refs:new_idx (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
| H A D | lm_send.c | 1090 /* Get the new consumer idx. The bd's between new_idx and old_idx 1092 u16_t new_idx = mm_le16_to_cpu(*(tx_chain->hw_con_idx_ptr)); local 1093 u16_t pkt_num = S16_SUB(new_idx,tx_chain->pkt_idx); 1135 /* Get an updated new_idx from the status block. The index may 1140 new_idx = mm_le16_to_cpu(*(tx_chain->hw_con_idx_ptr)); 1142 pkt_num = S16_SUB(new_idx,tx_chain->pkt_idx);
|
| /illumos-gate/usr/src/uts/common/vm/ |
| H A D | vm_anon.c | 1342 ulong_t new_idx, size_t size) 1362 (void) anon_set_ptr(new, new_idx + off, ap, ANON_SLEEP); 1370 new_idx += off; 1390 ulong_t new_idx, 1465 (void) anon_set_ptr(new, new_idx + off + i, ap, 1480 new_idx += off; 1341 anon_dup(struct anon_hdr *old, ulong_t old_idx, struct anon_hdr *new, ulong_t new_idx, size_t size) argument 1386 anon_dup_fill_holes( struct anon_hdr *old, ulong_t old_idx, struct anon_hdr *new, ulong_t new_idx, size_t size, uint_t szc, int noalloc) argument
|
| H A D | seg_vn.c | 1511 ulong_t new_idx = 0; local 1556 (void) anon_set_ptr(newsvd->amp->ahp, new_idx, newap, 1562 new_idx++;
|
Completed in 670 milliseconds