Searched refs:KR_SLOT_INDEX (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/channel/ |
| H A D | channel_kern.c | 120 slot_idx = SLOT_NEXT(KR_SLOT_INDEX(kring, slot0), in kern_channel_get_next_slot() 183 slot_idx_t index = KR_SLOT_INDEX(kring, slot); in kern_channel_advance_slot() 228 slot_idx_t i = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_get_context() 276 slot_idx_t idx = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_get_packet() 298 slot_idx_t idx = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_attach_packet() 315 slot_idx_t idx = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_detach_packet()
|
| H A D | channel_var.h | 609 KR_SLOT_INDEX(const struct __kern_channel_ring *kr, in KR_SLOT_INDEX() function
|
| /xnu-8792.41.9/bsd/skywalk/packet/ |
| H A D | packet_var.h | 783 obj_idx_t idx = KR_SLOT_INDEX(kring, in KR_SLOT_ATTACH_METADATA() 814 obj_idx_t idx = KR_SLOT_INDEX(kring, in KR_SLOT_DETACH_METADATA() 849 obj_idx_t idx = KR_SLOT_INDEX(kring, in KR_SLOT_ATTACH_BUF_METADATA()
|