rx_cmd            328 dev/usb/if_uath.c 		struct uath_rx_cmd *cmd = &sc->rx_cmd[i];
rx_cmd            704 dev/usb/if_uath.c 		struct uath_rx_cmd *cmd = &sc->rx_cmd[i];
rx_cmd            738 dev/usb/if_uath.c 		if (sc->rx_cmd[i].xfer != NULL)
rx_cmd            739 dev/usb/if_uath.c 			usbd_free_xfer(sc->rx_cmd[i].xfer);
rx_cmd            112 dev/usb/if_uathvar.h 	struct uath_rx_cmd		rx_cmd[UATH_RX_CMD_LIST_COUNT];