Home | History | Annotate | Download | only in usb

Lines Matching defs:msg_id

1031 athn_usb_htc_msg(struct athn_usb_softc *usc, uint16_t msg_id, void *buf,
1049 msg->msg_id = htobe16(msg_id);
2087 uint16_t msg_id;
2140 msg_id = be16toh(msg->msg_id);
2141 DPRINTFN(DBG_RX, usc, "Rx HTC message %d\n", msg_id);
2142 switch (msg_id) {
2147 usc->usc_wait_msg_id, msg_id);
2148 if (usc->usc_wait_msg_id == msg_id) {
2157 usc->usc_wait_msg_id, msg_id);
2158 if (usc->usc_wait_msg_id == msg_id) {
2169 DPRINTFN(DBG_RX, usc, "HTC message %d ignored\n", msg_id);