Lines Matching refs:tx_pipe
647 struct netcp_tx_pipe tx_pipe; member
687 struct netcp_tx_pipe tx_pipe; member
2409 p_info->tx_pipe = &gbe_intf->tx_pipe; in gbe_tx_hook()
2430 gbe_intf->tx_pipe.flags = SWITCH_TO_PORT_IN_TAGINFO; in gbe_open()
2433 gbe_intf->tx_pipe.switch_to_port = 0; in gbe_open()
2435 gbe_intf->tx_pipe.switch_to_port = port_num; in gbe_open()
2439 gbe_intf->tx_pipe.dma_chan_name, in gbe_open()
2440 gbe_intf->tx_pipe.dma_channel, in gbe_open()
2441 gbe_intf->tx_pipe.switch_to_port, in gbe_open()
2442 gbe_intf->tx_pipe.flags); in gbe_open()
3123 ret = netcp_txpipe_init(&gbe_dev->tx_pipe, netcp_device, in gbe_probe()
3128 ret = netcp_txpipe_open(&gbe_dev->tx_pipe); in gbe_probe()
3240 gbe_intf->tx_pipe = gbe_dev->tx_pipe; in gbe_attach()
3272 netcp_txpipe_close(&gbe_dev->tx_pipe); in gbe_remove()