Lines Matching defs:tx_pipe
717 struct netcp_tx_pipe tx_pipe;
763 struct netcp_tx_pipe tx_pipe;
2875 p_info->tx_pipe = &gbe_intf->tx_pipe;
2904 gbe_intf->tx_pipe.flags = SWITCH_TO_PORT_IN_TAGINFO;
2907 gbe_intf->tx_pipe.switch_to_port = 0;
2909 gbe_intf->tx_pipe.switch_to_port = port_num;
2913 gbe_intf->tx_pipe.dma_chan_name,
2914 gbe_intf->tx_pipe.dma_channel,
2915 gbe_intf->tx_pipe.switch_to_port,
2916 gbe_intf->tx_pipe.flags);
3637 ret = netcp_txpipe_init(&gbe_dev->tx_pipe, netcp_device,
3644 ret = netcp_txpipe_open(&gbe_dev->tx_pipe);
3774 gbe_intf->tx_pipe = gbe_dev->tx_pipe;
3806 netcp_txpipe_close(&gbe_dev->tx_pipe);