Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/skywalk/nexus/
H A Dnexus_adapter.c3513 uint32_t need, need_orig, remain, alloced, i; in alloc_packets() local
3517 need_orig = *ph_cnt; in alloc_packets()
3524 need_orig, err); in alloc_packets()
3525 DTRACE_SKYWALK2(alloc__pkts__fail, uint32_t, need_orig, int, err); in alloc_packets()
3571 } else if (*ph_cnt < need_orig) { in alloc_packets()
3576 DTRACE_SKYWALK3(alloc__packets, uint32_t, need_orig, uint32_t, *ph_cnt, int, err); in alloc_packets()