Lines Matching refs:tx_pipe
649 struct netcp_tx_pipe tx_pipe; member
688 struct netcp_tx_pipe tx_pipe; member
2209 p_info->tx_pipe = &gbe_intf->tx_pipe; in gbe_tx_hook()
2230 gbe_intf->tx_pipe.flags = SWITCH_TO_PORT_IN_TAGINFO; in gbe_open()
2233 gbe_intf->tx_pipe.switch_to_port = 0; in gbe_open()
2235 gbe_intf->tx_pipe.switch_to_port = port_num; in gbe_open()
2239 gbe_intf->tx_pipe.dma_chan_name, in gbe_open()
2240 gbe_intf->tx_pipe.dma_channel, in gbe_open()
2241 gbe_intf->tx_pipe.switch_to_port, in gbe_open()
2242 gbe_intf->tx_pipe.flags); in gbe_open()
2880 ret = netcp_txpipe_init(&gbe_dev->tx_pipe, netcp_device, in gbe_probe()
2885 ret = netcp_txpipe_open(&gbe_dev->tx_pipe); in gbe_probe()
2990 gbe_intf->tx_pipe = gbe_dev->tx_pipe; in gbe_attach()
3022 netcp_txpipe_close(&gbe_dev->tx_pipe); in gbe_remove()