Searched refs:usd (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2298 if (usd != NULL) { in na_kr_populate_slots() 2311 (int)(usd ? usd->sd_md_idx : OBJ_IDX_NONE), in na_kr_populate_slots() 2334 if (usd != NULL) { in na_kr_populate_slots() 2335 USD_RESET(usd); in na_kr_populate_slots() 2425 USD_RESET(usd); in na_kr_depopulate_slots() 2438 (int)(usd ? usd->sd_md_idx : OBJ_IDX_NONE), in na_kr_depopulate_slots() 3540 usd = KR_USD(kring, j); in na_packet_pool_free_sync() 3743 ASSERT(usd != NULL); in na_packet_pool_alloc_sync_common() 3744 USD_RESET(usd); in na_packet_pool_alloc_sync_common() 3950 ASSERT(usd != NULL); in na_packet_pool_alloc_buf_sync() [all …]
|
| /xnu-11215/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 593 USD_RESET(usd); in kr_txprologue_upp() 910 if (SD_VALID_METADATA(usd)) { in kr_rxprologue_upp() 915 SK_KVA(kring), slot_idx, usd->sd_md_idx, in kr_rxprologue_upp() 923 *byte_count += usd->sd_len; in kr_rxprologue_upp() 1349 USD_SET_LENGTH(usd, (uint16_t)kqum->qum_len); in kr_rxfinalize_upp() 1352 ASSERT((usd->sd_flags & ~SD_FLAGS_USER) == 0); in kr_rxfinalize_upp() 1511 if (__improbable(SD_VALID_METADATA(usd))) { in kr_event_sync_prologue() 1516 SK_KVA(kring), slot_idx, usd->sd_md_idx, in kr_event_sync_prologue() 1551 struct __user_slot_desc *usd; in kr_event_sync_finalize() local 1569 usd = KR_USD(kring, slot_idx); in kr_event_sync_finalize() [all …]
|