tx_cmd            660 dev/usb/if_uath.c 		struct uath_tx_cmd *cmd = &sc->tx_cmd[i];
tx_cmd            694 dev/usb/if_uath.c 		if (sc->tx_cmd[i].xfer != NULL)
tx_cmd            695 dev/usb/if_uath.c 			usbd_free_xfer(sc->tx_cmd[i].xfer);
tx_cmd            969 dev/usb/if_uath.c 	cmd = &sc->tx_cmd[sc->cmd_idx];
tx_cmd           1145 dev/usb/if_uath.c 		struct uath_tx_cmd *txcmd = &sc->tx_cmd[hdr->priv];
tx_cmd            111 dev/usb/if_uathvar.h 	struct uath_tx_cmd		tx_cmd[UATH_TX_CMD_LIST_COUNT];