Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus_adapter.c3607 uint32_t need, need_orig, remain, alloced, i; in alloc_packets() local
3611 need_orig = *ph_cnt; in alloc_packets()
3618 need_orig, err); in alloc_packets()
3619 DTRACE_SKYWALK2(alloc__pkts__fail, uint32_t, need_orig, int, err); in alloc_packets()
3666 } else if (*ph_cnt < need_orig) { in alloc_packets()
3671 DTRACE_SKYWALK3(alloc__packets, uint32_t, need_orig, uint32_t, *ph_cnt, int, err); in alloc_packets()