Searched refs:sd_md_idx (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.61.5/bsd/skywalk/channel/ |
| H A D | channel_var.h | 622 (_usd)->sd_md_idx = OBJ_IDX_NONE; \ 629 ASSERT((_usd)->sd_md_idx == OBJ_IDX_NONE); \ 631 (_usd)->sd_md_idx = (_md_idx); \ 639 (_usd)->sd_md_idx = OBJ_IDX_NONE; \
|
| H A D | os_channel_private.h | 301 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() 1516 SK_KVA(kring), slot_idx, usd->sd_md_idx, in kr_event_sync_prologue()
|
| /xnu-11215.61.5/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-11215.61.5/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2311 (int)(usd ? usd->sd_md_idx : OBJ_IDX_NONE), in na_kr_populate_slots() 2438 (int)(usd ? usd->sd_md_idx : OBJ_IDX_NONE), in na_kr_depopulate_slots() 3548 kqum = pp_remove_upp_locked(pp, usd->sd_md_idx, &err); in na_packet_pool_free_sync() 3551 usd->sd_md_idx, SK_KVA(kqum)); in na_packet_pool_free_sync() 3825 kbft = pp_remove_upp_bft(pp, usd->sd_md_idx, &err); in na_packet_pool_free_buf_sync() 3827 SK_ERR("un-allocated buflet %d %p", usd->sd_md_idx, in na_packet_pool_free_buf_sync()
|