Searched refs:KR_SLOT_INDEX (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/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() 272 slot_idx_t idx = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_get_packet() 294 slot_idx_t idx = KR_SLOT_INDEX(kring, slot); in kern_channel_slot_attach_packet() 311 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-10002.1.13/bsd/skywalk/packet/ |
| H A D | packet_var.h | 749 obj_idx_t idx = KR_SLOT_INDEX(kring, in KR_SLOT_ATTACH_METADATA() 780 obj_idx_t idx = KR_SLOT_INDEX(kring, in KR_SLOT_DETACH_METADATA() 815 obj_idx_t idx = KR_SLOT_INDEX(kring, in KR_SLOT_ATTACH_BUF_METADATA()
|