Searched refs:SeqNum (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlreg.h431 uint8_t SeqNum; member in struct:__anon18
434 uint16_t SeqNum; member in struct:__anon18
H A Dmwlhal.c2756 device_printf(mh->mh_dev, "Cmd %s Length %d SeqNum %d MacId %d",
2757 mwlcmdname(le16toh(h->Cmd) &~ 0x8000), len, h->SeqNum, h->MacId);
2759 device_printf(mh->mh_dev, "Cmd %s Length %d SeqNum %d",
2760 mwlcmdname(le16toh(h->Cmd) &~ 0x8000), len, le16toh(h->SeqNum));

Completed in 105 milliseconds