Home
last modified time | relevance | path

Searched refs:tx_pipe (Results 1 – 10 of 10) sorted by relevance

/drivers/net/ethernet/cavium/liquidio/
Dcn68xx_device.c85 u64 pktctl, tx_pipe, max_oqs; in lio_cn68xx_setup_pkt_ctl_regs() local
91 tx_pipe = octeon_read_csr64(oct, CN68XX_SLI_TX_PIPE); in lio_cn68xx_setup_pkt_ctl_regs()
92 tx_pipe &= 0xffffffffff00ffffULL; /* clear out NUMP field */ in lio_cn68xx_setup_pkt_ctl_regs()
93 tx_pipe |= max_oqs << 16; /* put max_oqs in NUMP field */ in lio_cn68xx_setup_pkt_ctl_regs()
94 octeon_write_csr64(oct, CN68XX_SLI_TX_PIPE, tx_pipe); in lio_cn68xx_setup_pkt_ctl_regs()
/drivers/net/ethernet/ti/
Dnetcp_core.c1117 struct netcp_tx_pipe *tx_pipe = NULL; in netcp_tx_submit_skb() local
1127 p_info.tx_pipe = NULL; in netcp_tx_submit_skb()
1148 tx_pipe = p_info.tx_pipe; in netcp_tx_submit_skb()
1149 if (!tx_pipe) { in netcp_tx_submit_skb()
1170 if (!(tx_pipe->flags & SWITCH_TO_PORT_IN_TAGINFO)) { in netcp_tx_submit_skb()
1171 tmp |= ((tx_pipe->switch_to_port & KNAV_DMA_DESC_PSFLAG_MASK) << in netcp_tx_submit_skb()
1178 if (tx_pipe->flags & SWITCH_TO_PORT_IN_TAGINFO) { in netcp_tx_submit_skb()
1179 tmp = tx_pipe->switch_to_port; in netcp_tx_submit_skb()
1192 knav_queue_push(tx_pipe->dma_queue, dma, dma_sz, 0); in netcp_tx_submit_skb()
1252 int netcp_txpipe_close(struct netcp_tx_pipe *tx_pipe) in netcp_txpipe_close() argument
[all …]
Dnetcp.h120 struct netcp_tx_pipe *tx_pipe; member
205 int netcp_txpipe_init(struct netcp_tx_pipe *tx_pipe,
208 int netcp_txpipe_open(struct netcp_tx_pipe *tx_pipe);
209 int netcp_txpipe_close(struct netcp_tx_pipe *tx_pipe);
Dnetcp_ethss.c647 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()
[all …]
/drivers/net/usb/
Dcdc-phonet.c43 unsigned int tx_pipe, rx_pipe; member
74 usb_fill_bulk_urb(req, pnd->usb, pnd->tx_pipe, skb->data, skb->len, in usbpn_xmit()
388 pnd->tx_pipe = usb_sndbulkpipe(usbdev, in usbpn_probe()
393 pnd->tx_pipe = usb_sndbulkpipe(usbdev, in usbpn_probe()
/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c130 uint rx_pipe, tx_pipe; member
610 usb_fill_bulk_urb(req->urb, devinfo->usbdev, devinfo->tx_pipe, in brcmf_usb_tx()
839 devinfo->tx_pipe, buffer, len, in brcmf_usb_dl_send_bulk()
1378 if (!devinfo->tx_pipe) in brcmf_usb_probe()
1379 devinfo->tx_pipe = in brcmf_usb_probe()
1388 if (devinfo->tx_pipe == 0) { in brcmf_usb_probe()
/drivers/staging/comedi/drivers/
Dvmk80xx.c170 unsigned int tx_pipe; in vmk80xx_do_bulk_msg() local
177 tx_pipe = usb_sndbulkpipe(usb, tx_addr); in vmk80xx_do_bulk_msg()
182 usb_bulk_msg(usb, tx_pipe, devpriv->usb_tx_buf, tx_size, NULL, in vmk80xx_do_bulk_msg()
/drivers/net/wireless/
Dat76c50x-usb.h383 unsigned int tx_pipe; /* bulk out pipe */ member
Dat76c50x-usb.c1826 usb_fill_bulk_urb(priv->tx_urb, priv->udev, priv->tx_pipe, tx_buffer, in at76_mac80211_tx()
2266 priv->tx_pipe = usb_sndbulkpipe(priv->udev, ep_out->bEndpointAddress); in at76_alloc_urbs()
/drivers/net/wireless/ath/ath10k/
Dpci.c102 static int ath10k_pci_bmi_wait(struct ath10k_ce_pipe *tx_pipe,
1829 static int ath10k_pci_bmi_wait(struct ath10k_ce_pipe *tx_pipe, in ath10k_pci_bmi_wait() argument
1836 ath10k_pci_bmi_send_done(tx_pipe); in ath10k_pci_bmi_wait()