Searched refs:sd_md_idx (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | channel_var.h | 599 (_usd)->sd_md_idx = OBJ_IDX_NONE; \ 606 ASSERT((_usd)->sd_md_idx == OBJ_IDX_NONE); \ 608 (_usd)->sd_md_idx = (_md_idx); \ 616 (_usd)->sd_md_idx = OBJ_IDX_NONE; \
|
| H A D | os_channel_private.h | 305 obj_idx_t sd_md_idx; /* metadata index */ member
|
| H A D | channel_ring.c | 538 kqum = pp_remove_upp_locked(pp, usd->sd_md_idx, &err); in kr_txprologue_upp() 556 usd->sd_md_idx, kring->ckr_khead, kring->ckr_ktail, in kr_txprologue_upp() 915 SK_KVA(kring), slot_idx, usd->sd_md_idx, in kr_rxprologue_upp() 1515 SK_KVA(kring), slot_idx, usd->sd_md_idx, in kr_event_sync_prologue()
|
| /xnu-12377.41.6/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 77 _METADATA(_chrd, _ring, _SLOT_DESC(_chrd, _idx)->sd_md_idx) 91 _CHANNEL_RING_BFT(_chrd, _ring, _SLOT_DESC(_chrd, _idx)->sd_md_idx) 176 (_usd)->sd_md_idx = (_md_idx); \ 181 (_usd)->sd_md_idx = OBJ_IDX_NONE; \
|
| /xnu-12377.41.6/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2285 (int)(usd ? usd->sd_md_idx : OBJ_IDX_NONE), in na_kr_populate_slots() 2412 (int)(usd ? usd->sd_md_idx : OBJ_IDX_NONE), in na_kr_depopulate_slots() 3512 kqum = pp_remove_upp_locked(pp, usd->sd_md_idx, &err); in na_packet_pool_free_sync() 3515 usd->sd_md_idx, SK_KVA(kqum)); in na_packet_pool_free_sync() 3789 kbft = pp_remove_upp_bft(pp, usd->sd_md_idx, &err); in na_packet_pool_free_buf_sync() 3791 SK_ERR("un-allocated buflet %d %p", usd->sd_md_idx, in na_packet_pool_free_buf_sync()
|