Searched refs:sktc_channel (Results 1 – 1 of 1) sorted by relevance
289 channel_t sktc_channel; variable312 error = os_channel_read_attr(sktc_channel, attr); in sktc_channel_worker_echo()353 ringid = os_channel_ring_id(sktc_channel, CHANNEL_FIRST_RX_RING); in sktc_channel_worker_echo()355 rxring = os_channel_rx_ring(sktc_channel, ringid); in sktc_channel_worker_echo()358 ringid = os_channel_ring_id(sktc_channel, CHANNEL_FIRST_TX_RING); in sktc_channel_worker_echo()360 txring = os_channel_tx_ring(sktc_channel, ringid); in sktc_channel_worker_echo()383 assert(kev.ident == os_channel_get_fd(sktc_channel)); in sktc_channel_worker_echo()410 assert(kev.ident == os_channel_get_fd(sktc_channel)); in sktc_channel_worker_echo()447 error = os_channel_sync(sktc_channel, CHANNEL_SYNC_TX); in sktc_channel_worker_echo()480 error = os_channel_read_attr(sktc_channel, attr); in sktc_channel_worker_sink()[all …]