Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_core.c1098 struct netcp_tx_pipe *tx_pipe = NULL; in netcp_tx_submit_skb() local
1108 p_info.tx_pipe = NULL; in netcp_tx_submit_skb()
1129 tx_pipe = p_info.tx_pipe; in netcp_tx_submit_skb()
1130 if (!tx_pipe) { in netcp_tx_submit_skb()
1151 if (!(tx_pipe->flags & SWITCH_TO_PORT_IN_TAGINFO)) { in netcp_tx_submit_skb()
1152 tmp |= ((tx_pipe->switch_to_port & KNAV_DMA_DESC_PSFLAG_MASK) << in netcp_tx_submit_skb()
1159 if (tx_pipe->flags & SWITCH_TO_PORT_IN_TAGINFO) { in netcp_tx_submit_skb()
1160 tmp = tx_pipe->switch_to_port; in netcp_tx_submit_skb()
1173 knav_queue_push(tx_pipe->dma_queue, dma, dma_sz, 0); in netcp_tx_submit_skb()
1233 int netcp_txpipe_close(struct netcp_tx_pipe *tx_pipe) in netcp_txpipe_close() argument
[all …]
Dnetcp.h121 struct netcp_tx_pipe *tx_pipe; member
206 int netcp_txpipe_init(struct netcp_tx_pipe *tx_pipe,
209 int netcp_txpipe_open(struct netcp_tx_pipe *tx_pipe);
210 int netcp_txpipe_close(struct netcp_tx_pipe *tx_pipe);
Dnetcp_ethss.c649 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()
[all …]
/linux-4.1.27/net/dccp/ccids/
Dccid2.c153 hc->tx_pipe = 0; in ccid2_hc_tx_rto_expire()
240 if (ccid2_do_cwv && !hc->tx_pipe && in ccid2_hc_tx_packet_sent()
245 hc->tx_pipe += 1; in ccid2_hc_tx_packet_sent()
253 if (hc->tx_pipe > hc->tx_cwnd_used) in ccid2_hc_tx_packet_sent()
254 hc->tx_cwnd_used = hc->tx_pipe; in ccid2_hc_tx_packet_sent()
279 ccid2_pr_debug("cwnd=%d pipe=%d\n", hc->tx_cwnd, hc->tx_pipe); in ccid2_hc_tx_packet_sent()
624 hc->tx_pipe--; in ccid2_hc_tx_packet_recv()
680 hc->tx_pipe--; in ccid2_hc_tx_packet_recv()
699 if (hc->tx_pipe == 0) in ccid2_hc_tx_packet_recv()
Dccid2.h73 u32 tx_pipe; member
104 return hc->tx_pipe >= hc->tx_cwnd; in ccid2_cwnd_network_limited()
/linux-4.1.27/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()
407 pnd->tx_pipe = usb_sndbulkpipe(usbdev, in usbpn_probe()
412 pnd->tx_pipe = usb_sndbulkpipe(usbdev, in usbpn_probe()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c130 uint rx_pipe, tx_pipe; member
608 usb_fill_bulk_urb(req->urb, devinfo->usbdev, devinfo->tx_pipe, in brcmf_usb_tx()
831 devinfo->tx_pipe, buffer, len, in brcmf_usb_dl_send_bulk()
1356 if (!devinfo->tx_pipe) in brcmf_usb_probe()
1357 devinfo->tx_pipe = in brcmf_usb_probe()
1366 if (devinfo->tx_pipe == 0) { in brcmf_usb_probe()
/linux-4.1.27/drivers/staging/comedi/drivers/
Dvmk80xx.c166 unsigned int tx_pipe; in vmk80xx_do_bulk_msg() local
172 tx_pipe = usb_sndbulkpipe(usb, tx_addr); in vmk80xx_do_bulk_msg()
181 usb_bulk_msg(usb, tx_pipe, devpriv->usb_tx_buf, in vmk80xx_do_bulk_msg()
/linux-4.1.27/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()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dpci.c90 static int ath10k_pci_bmi_wait(struct ath10k_ce_pipe *tx_pipe,
1485 static int ath10k_pci_bmi_wait(struct ath10k_ce_pipe *tx_pipe, in ath10k_pci_bmi_wait() argument
1492 ath10k_pci_bmi_send_done(tx_pipe); in ath10k_pci_bmi_wait()