Searched refs:hci_flags (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dhci_ioctl.c67 device_xname(unit->hci_dev), unit->hci_flags,
213 btr->btr_flags = unit->hci_flags;
234 if ((unit->hci_flags & BTF_UP)
237 unit->hci_flags &= ~BTF_UP;
240 unit->hci_flags &= ~BTF_MASTER;
241 unit->hci_flags |= (btr->btr_flags & (BTF_INIT | BTF_MASTER));
243 if ((unit->hci_flags & BTF_UP) == 0
249 unit->hci_flags |= BTF_UP;
252 btr->btr_flags = unit->hci_flags;
H A Dhci_misc.c68 if ((unit->hci_flags & BTF_UP) == 0)
85 if ((unit->hci_flags & BTF_UP) == 0)
98 if ((unit->hci_flags & BTF_UP) == 0)
H A Dhci_unit.c101 unit->hci_flags = flags;
149 unit->hci_num_cmd_pkts = (unit->hci_flags & BTF_POWER_UP_NOOP) ? 0 : 1;
170 unit->hci_flags |= BTF_RUNNING;
176 unit->hci_flags |= BTF_INIT;
182 while (unit->hci_flags & BTF_INIT) {
203 unit->hci_flags &= ~BTF_RUNNING;
235 unit->hci_flags &= ~BTF_RUNNING;
274 if ((unit->hci_flags & BTF_UP) == 0)
H A Dhci_event.c722 if (unit->hci_flags & BTF_MASTER)
911 if ((unit->hci_flags & BTF_INIT_BDADDR) == 0)
916 unit->hci_flags &= ~BTF_INIT_BDADDR;
938 if ((unit->hci_flags & BTF_INIT_BUFFER_SIZE) == 0)
948 unit->hci_flags &= ~BTF_INIT_BUFFER_SIZE;
970 if ((unit->hci_flags & BTF_INIT_FEATURES) == 0)
1060 unit->hci_flags &= ~BTF_INIT_FEATURES;
1081 if ((unit->hci_flags & BTF_INIT_FEATURES) == 0)
1107 unit->hci_flags &= ~BTF_INIT_FEATURES;
1130 if ((unit->hci_flags
[all...]
H A Dhci.h2486 uint16_t hci_flags; /* see BTF_ above */ member in struct:hci_unit

Completed in 182 milliseconds