Searched refs:Cmd (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c102 pCmd->CmdHdr.Cmd = htole16(cmd); \
2328 retval = mwlExecuteCmd(mh, le16toh(pCmd->Cmd));
2756 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));
H A Dmwlreg.h428 uint16_t Cmd; member in struct:__anon18

Completed in 34 milliseconds