Lines Matching refs:tx_pipe
717 struct netcp_tx_pipe tx_pipe; member
763 struct netcp_tx_pipe tx_pipe; member
2880 p_info->tx_pipe = &gbe_intf->tx_pipe; in gbe_txhook()
2909 gbe_intf->tx_pipe.flags = SWITCH_TO_PORT_IN_TAGINFO; in gbe_open()
2912 gbe_intf->tx_pipe.switch_to_port = 0; in gbe_open()
2914 gbe_intf->tx_pipe.switch_to_port = port_num; in gbe_open()
2918 gbe_intf->tx_pipe.dma_chan_name, in gbe_open()
2919 gbe_intf->tx_pipe.dma_channel, in gbe_open()
2920 gbe_intf->tx_pipe.switch_to_port, in gbe_open()
2921 gbe_intf->tx_pipe.flags); in gbe_open()
3644 ret = netcp_txpipe_init(&gbe_dev->tx_pipe, netcp_device, in gbe_probe()
3651 ret = netcp_txpipe_open(&gbe_dev->tx_pipe); in gbe_probe()
3781 gbe_intf->tx_pipe = gbe_dev->tx_pipe; in gbe_attach()
3813 netcp_txpipe_close(&gbe_dev->tx_pipe); in gbe_remove()