Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskywalk_test_utils.c1640 sktu_channel_port_init(channel_port_t ch_port, uuid_t instance, in sktu_channel_port_init() argument
1648 bzero(ch_port, sizeof(*ch_port)); in sktu_channel_port_init()
1661 ch_port->chan = chan; in sktu_channel_port_init()
1662 ch_port->fd = os_channel_get_fd(chan); in sktu_channel_port_init()
1663 ch_port->port = port; in sktu_channel_port_init()
1664 ch_port->user_packet_pool = enable_upp; in sktu_channel_port_init()
1668 ch_port->tx_ring = os_channel_tx_ring(ch_port->chan, ringid); in sktu_channel_port_init()
1669 assert(ch_port->tx_ring != NULL); in sktu_channel_port_init()
1672 ch_port->rx_ring = os_channel_rx_ring(ch_port->chan, ringid); in sktu_channel_port_init()
1673 assert(ch_port->rx_ring != NULL); in sktu_channel_port_init()
H A Dskt_reass.c210 reass_common(channel_port *ch_port, struct sktu_flow *flow, void *data, in reass_common() argument
223 n_rx_frames = sktu_channel_port_rx_burst(ch_port, rx_frames, MAX_FRAMES); in reass_common()
H A Dskywalk_test_utils.h285 extern void sktu_channel_port_init(channel_port_t ch_port, uuid_t instance,