Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c3549 uint32_t need, need_orig, remain, alloced, i; in alloc_packets() local
3553 need_orig = *ph_cnt; in alloc_packets()
3560 need_orig, err); in alloc_packets()
3561 DTRACE_SKYWALK2(alloc__pkts__fail, uint32_t, need_orig, int, err); in alloc_packets()
3608 } else if (*ph_cnt < need_orig) { in alloc_packets()
3613 DTRACE_SKYWALK3(alloc__packets, uint32_t, need_orig, uint32_t, *ph_cnt, int, err); in alloc_packets()