Searched refs:hci_cmd (Results 1 – 1 of 1) sorted by relevance
119 u16 hci_cmd = (buf[0]<<8) | buf[1]; in gdm_wimax_event_rcv() local122 netdev_dbg(dev, "H=>D: 0x%04x(%d)\n", hci_cmd, hci_len); in gdm_wimax_event_rcv()201 u16 hci_cmd = ((u8)buf[0]<<8) | (u8)buf[1]; in gdm_wimax_event_send() local204 netdev_dbg(dev, "D=>H: 0x%04x(%d)\n", hci_cmd, hci_len); in gdm_wimax_event_send()