Lines Matching refs:f_tx
1830 struct usb_fifo *f_tx; in usb_fifo_attach() local
1864 f_tx = usb_fifo_alloc(priv_mtx); in usb_fifo_attach()
1867 if ((f_tx == NULL) || (f_rx == NULL)) { in usb_fifo_attach()
1868 usb_fifo_free(f_tx); in usb_fifo_attach()
1874 f_tx->fifo_index = n + USB_FIFO_TX; in usb_fifo_attach()
1875 f_tx->dev_ep_index = -1; in usb_fifo_attach()
1876 f_tx->priv_sc0 = priv_sc; in usb_fifo_attach()
1877 f_tx->methods = pm; in usb_fifo_attach()
1878 f_tx->iface_index = iface_index; in usb_fifo_attach()
1879 f_tx->udev = udev; in usb_fifo_attach()
1888 f_sc->fp[USB_FIFO_TX] = f_tx; in usb_fifo_attach()
1892 udev->fifo[f_tx->fifo_index] = f_tx; in usb_fifo_attach()
1923 f_tx->symlink[n / 2] = in usb_fifo_attach()
1929 f_tx->fifo_index & f_rx->fifo_index, in usb_fifo_attach()
1933 DPRINTFN(2, "attached %p/%p\n", f_tx, f_rx); in usb_fifo_attach()