Searched refs:tx_pipe (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/net/dccp/ccids/ |
D | ccid2.h | 63 u32 tx_pipe; member 88 return hc->tx_pipe >= hc->tx_cwnd; in ccid2_cwnd_network_limited()
|
D | ccid2.c | 135 hc->tx_pipe = 0; in ccid2_hc_tx_rto_expire() 162 hc->tx_pipe++; in ccid2_hc_tx_packet_sent() 181 ccid2_pr_debug("cwnd=%d pipe=%d\n", hc->tx_cwnd, hc->tx_pipe); in ccid2_hc_tx_packet_sent() 500 hc->tx_pipe--; in ccid2_hc_tx_packet_recv() 556 hc->tx_pipe--; in ccid2_hc_tx_packet_recv() 575 if (hc->tx_pipe == 0) in ccid2_hc_tx_packet_recv()
|
/linux-2.6.39/drivers/staging/comedi/drivers/ |
D | vmk80xx.c | 308 unsigned int tx_pipe, rx_pipe; in vmk80xx_check_data_link() local 313 tx_pipe = usb_sndbulkpipe(dev->udev, 0x01); in vmk80xx_check_data_link() 321 usb_bulk_msg(dev->udev, tx_pipe, tx, 1, NULL, dev->ep_tx->bInterval); in vmk80xx_check_data_link() 329 unsigned int tx_pipe, rx_pipe; in vmk80xx_read_eeprom() local 335 tx_pipe = usb_sndbulkpipe(dev->udev, 0x01); in vmk80xx_read_eeprom() 342 usb_bulk_msg(dev->udev, tx_pipe, tx, 1, NULL, dev->ep_tx->bInterval); in vmk80xx_read_eeprom() 356 unsigned int tx_pipe; in vmk80xx_reset_device() local 366 tx_pipe = usb_sndintpipe(dev->udev, 0x01); in vmk80xx_reset_device() 380 usb_fill_int_urb(urb, dev->udev, tx_pipe, dev->usb_tx_buf, in vmk80xx_reset_device() 422 unsigned int tx_pipe, rx_pipe; in vmk80xx_do_bulk_msg() local [all …]
|
/linux-2.6.39/drivers/net/usb/ |
D | cdc-phonet.c | 42 unsigned int tx_pipe, rx_pipe; member 73 usb_fill_bulk_urb(req, pnd->usb, pnd->tx_pipe, skb->data, skb->len, in usbpn_xmit() 403 pnd->tx_pipe = usb_sndbulkpipe(usbdev, in usbpn_probe() 408 pnd->tx_pipe = usb_sndbulkpipe(usbdev, in usbpn_probe()
|
/linux-2.6.39/drivers/net/wireless/ |
D | at76c50x-usb.h | 382 unsigned int tx_pipe; /* bulk out pipe */ member
|
D | at76c50x-usb.c | 1789 usb_fill_bulk_urb(priv->tx_urb, priv->udev, priv->tx_pipe, tx_buffer, in at76_mac80211_tx() 2189 priv->tx_pipe = usb_sndbulkpipe(priv->udev, ep_out->bEndpointAddress); in at76_alloc_urbs()
|