Searched refs:KR_USD (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/bsd/skywalk/packet/ |
| H A D | packet_var.h | 771 USD_ATTACH_METADATA(KR_USD(kring, idx), METADATA_IDX(kqum)); in KR_SLOT_ATTACH_METADATA() 807 USD_DETACH_METADATA(KR_USD(kring, idx)); in KR_SLOT_DETACH_METADATA() 830 USD_ATTACH_METADATA(KR_USD(kring, idx), kbuf->buf_bft_idx_reg); in KR_SLOT_ATTACH_BUF_METADATA()
|
| /xnu-11215.1.10/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 532 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_txprologue_upp() 902 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_rxprologue_upp() 1291 ASSERT(!(KR_USD(kring, slot_idx)->sd_flags & ~SD_FLAGS_USER)); in kr_rxfinalize() 1334 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_rxfinalize_upp() 1506 struct __user_slot_desc *usd = KR_USD(kring, slot_idx); in kr_event_sync_prologue() 1569 usd = KR_USD(kring, slot_idx); in kr_event_sync_finalize()
|
| H A D | channel_var.h | 586 #define KR_USD(_kring, _slot_idx) \ macro
|
| /xnu-11215.1.10/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2292 usd = (kernel_only ? NULL : KR_USD(kring, i)); in na_kr_populate_slots() 2329 usd = (kernel_only ? NULL : KR_USD(kring, i)); in na_kr_populate_slots() 2380 usd = (kernel_only ? NULL : KR_USD(kring, i)); in na_kr_depopulate_slots() 3562 usd = KR_USD(kring, j); in na_packet_pool_free_sync() 3757 usd = KR_USD(kring, j); in na_packet_pool_alloc_sync_common() 3839 usd = KR_USD(kring, j); in na_packet_pool_free_buf_sync() 3949 usd = KR_USD(kring, j); in na_packet_pool_alloc_buf_sync()
|
| /xnu-11215.1.10/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 921 struct __user_slot_desc *usd_tx = KR_USD(txkring, k); in nx_upipe_na_txsync_locked() 923 struct __user_slot_desc *usd_rx = KR_USD(rxkring, j); in nx_upipe_na_txsync_locked()
|
| /xnu-11215.1.10/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 1102 SD_SWAP(KR_KSD(mkring, i), KR_USD(mkring, i), in nx_mon_zcopy_parent_sync() 1103 KR_KSD(kring, beg), KR_USD(kring, beg)); in nx_mon_zcopy_parent_sync()
|