Searched refs:KR_SLOT_INDEX (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/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() 234 slot_idx_t i = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_get_context() 278 slot_idx_t idx = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_get_packet() 300 slot_idx_t idx = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_attach_packet() 317 slot_idx_t idx = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_detach_packet()
|
| H A D | channel_var.h | 568 KR_SLOT_INDEX(const struct __kern_channel_ring *kr, in KR_SLOT_INDEX() function
|
| /xnu-12377.81.4/bsd/skywalk/packet/ |
| H A D | packet_var.h | 726 obj_idx_t idx = KR_SLOT_INDEX(kring, in KR_SLOT_ATTACH_METADATA() 757 obj_idx_t idx = KR_SLOT_INDEX(kring, in KR_SLOT_DETACH_METADATA() 792 obj_idx_t idx = KR_SLOT_INDEX(kring, in KR_SLOT_ATTACH_BUF_METADATA()
|