Home
last modified time | relevance | path

Searched refs:sp_len (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/channel/
H A Dos_channel.h213 uint16_t sp_len; /* length for this slot */ member
/xnu-8020.101.4/libsyscall/wrappers/skywalk/
H A Dos_channel.c1050 prop->sp_len = 0; in os_channel_get_next_slot()
1075 prop->sp_len = (ring_kind == CR_KIND_TX) ? in os_channel_get_next_slot()
1103 q->qum_len = prop->sp_len; in os_channel_set_slot_properties()
1108 p->pkt_qum_buf.buf_dlen = prop->sp_len; in os_channel_set_slot_properties()
1113 q->qum_buf[0].buf_dlen = prop->sp_len; in os_channel_set_slot_properties()
/xnu-8020.101.4/tests/
H A Dnet_tuntests.c929 T_QUIET; T_ASSERT_NE_UINT(0, rxprop.sp_len, NULL); in drain_ring()
932 log_hexdump((void *)rxprop.sp_buf_ptr, rxprop.sp_len); in drain_ring()