Lines Matching refs:chan
1623 channel_t chan; in sktu_channel_port_init() local
1628 chan = sktu_channel_create_extended(instance, port, in sktu_channel_port_init()
1632 if (chan == NULL) { in sktu_channel_port_init()
1640 ch_port->chan = chan; in sktu_channel_port_init()
1641 ch_port->fd = os_channel_get_fd(chan); in sktu_channel_port_init()
1646 ringid = os_channel_ring_id(chan, CHANNEL_FIRST_TX_RING); in sktu_channel_port_init()
1647 ch_port->tx_ring = os_channel_tx_ring(ch_port->chan, ringid); in sktu_channel_port_init()
1650 ringid = os_channel_ring_id(chan, CHANNEL_FIRST_RX_RING); in sktu_channel_port_init()
1651 ch_port->rx_ring = os_channel_rx_ring(ch_port->chan, ringid); in sktu_channel_port_init()
1676 error = os_channel_packet_alloc(port->chan, &pkt); in sktu_channel_port_frame_to_pkt()
1808 error = os_channel_sync(port->chan, CHANNEL_SYNC_TX); in sktu_channel_port_tx_burst_pkt()
1874 error = os_channel_sync(port->chan, CHANNEL_SYNC_TX); in sktu_channel_port_tx_burst()
2091 error = os_channel_packet_free(port->chan, pkt); in sktu_channel_port_rx()
2152 error = os_channel_sync(port->chan, CHANNEL_SYNC_RX); in sktu_channel_port_rx_burst()