Lines Matching refs:f_tx
1493 struct usb_fifo *f_tx = NULL; in usb_fifo_attach() local
1528 f_tx = usb_fifo_alloc(priv_mtx); in usb_fifo_attach()
1531 if ((f_tx == NULL) || (f_rx == NULL)) { in usb_fifo_attach()
1532 usb_fifo_free(f_tx); in usb_fifo_attach()
1538 f_tx->fifo_index = n + USB_FIFO_TX; in usb_fifo_attach()
1539 f_tx->dev_ep_index = -1; in usb_fifo_attach()
1540 f_tx->priv_sc0 = priv_sc; in usb_fifo_attach()
1541 f_tx->methods = pm; in usb_fifo_attach()
1542 f_tx->iface_index = iface_index; in usb_fifo_attach()
1543 f_tx->udev = udev; in usb_fifo_attach()
1552 f_sc->fp[USB_FIFO_TX] = f_tx; in usb_fifo_attach()
1556 udev->fifo[f_tx->fifo_index] = f_tx; in usb_fifo_attach()
1588 f_tx->symlink[n / 2] = in usb_fifo_attach()
1594 f_tx->fifo_index & f_rx->fifo_index, in usb_fifo_attach()
1598 DPRINTFN(2, "attached %p/%p\n", f_tx, f_rx); in usb_fifo_attach()