Lines Matching defs:f_tx
1481 struct usb_fifo *f_tx = NULL;
1515 f_tx = usb_fifo_alloc(priv_mtx);
1518 if ((f_tx == NULL) || (f_rx == NULL)) {
1519 usb_fifo_free(f_tx);
1525 f_tx->fifo_index = n + USB_FIFO_TX;
1526 f_tx->dev_ep_index = -1;
1527 f_tx->priv_sc0 = priv_sc;
1528 f_tx->methods = pm;
1529 f_tx->iface_index = iface_index;
1530 f_tx->udev = udev;
1539 f_sc->fp[USB_FIFO_TX] = f_tx;
1543 udev->fifo[f_tx->fifo_index] = f_tx;
1574 f_tx->symlink[n / 2] =
1580 f_tx->fifo_index & f_rx->fifo_index,
1584 DPRINTFN(2, "attached %p/%p\n", f_tx, f_rx);