Searched refs:chd (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 668 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended() 675 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended() 682 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended() 689 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended() 696 os_channel_init_ring(&chd->chd_rings[ring_index], chd, in os_channel_create_extended() 768 return chd; in os_channel_create_extended() 873 free(chd); in os_channel_destroy() 1833 chrd = &chd->chd_rings[chd->chd_free_ring_idx]; in os_channel_packet_free() 2086 chrd = &chd->chd_rings[chd->chd_buf_alloc_ring_idx]; in os_channel_purge_buflet_alloc_ring() 2314 chrd = &chd->chd_rings[chd->chd_buf_alloc_ring_idx]; in os_channel_buflet_alloc() [all …]
|
| /xnu-11215/bsd/skywalk/channel/ |
| H A D | os_channel.h | 460 os_channel_packet_alloc(const channel_t chd, packet_t *packet); 469 os_channel_large_packet_alloc(const channel_t chd, packet_t *packet); 478 os_channel_packet_free(const channel_t chd, packet_t packet); 505 os_channel_packet_pool_purge(const channel_t chd); 514 os_channel_get_next_event_handle(const channel_t chd, 523 os_channel_event_free(const channel_t chd, os_channel_event_handle_t ehandle); 531 os_channel_get_interface_advisory(const channel_t chd, 539 os_channel_configure_interface_advisory(const channel_t chd, boolean_t enable); 542 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft); 545 os_channel_buflet_free(const channel_t chd, buflet_t ubft);
|
| /xnu-11215/tests/skywalk/ |
| H A D | skt_ringid.c | 73 channel_ring_t (*get_ring)(const channel_t chd, const ring_id_t rid)) in skt_ringid_main_common() argument
|
| H A D | skywalk_test_common.h | 301 extern uint64_t sktc_get_channel_attr(const channel_t chd,
|
| H A D | skywalk_test_common.c | 2459 sktc_get_channel_attr(const channel_t chd, channel_attr_type_t type) in sktc_get_channel_attr() argument 2466 error = os_channel_read_attr(chd, attr); in sktc_get_channel_attr()
|
| H A D | skt_xfer.c | 367 skt_xfer_get_chan_max_frags(const channel_t chd) in skt_xfer_get_chan_max_frags() argument 369 return (uint32_t)sktc_get_channel_attr(chd, CHANNEL_ATTR_MAX_FRAGS); in skt_xfer_get_chan_max_frags()
|