Lines Matching defs:txfer
332 struct fw_xfer *xfer, *txfer;
367 STAILQ_FOREACH_SAFE(xfer, &xfer_timeout, tlabel, txfer)
568 struct fw_xfer *xfer, *txfer;
593 STAILQ_FOREACH_SAFE(xfer, &xfer_drain, tlabel, txfer)
1022 struct fw_xfer *txfer;
1030 STAILQ_FOREACH(txfer, &fc->tlabels[xfer->tl], tlabel)
1031 if (txfer == xfer)
1033 if (txfer == NULL) {
1815 struct fw_xfer *txfer;
1822 STAILQ_FOREACH(txfer, &fc->tlabels[new_tlabel], tlabel)
1823 if ((txfer->send.hdr.mode.hdr.dst & 0x3f) == dst)
1825 if (txfer == NULL) {