Home
last modified time | relevance | path

Searched refs:hp_flags (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/netbt/
Dhci_socket.c69 unsigned int hp_flags; /* flags */ member
437 pcb->hp_flags |= HCI_PROMISCUOUS; in hci_bind()
439 pcb->hp_flags &= ~HCI_PROMISCUOUS; in hci_bind()
740 (pcb->hp_flags & HCI_DIRECTION ? 1 : 0)); in hci_ctloutput()
770 pcb->hp_flags |= HCI_DIRECTION; in hci_ctloutput()
772 pcb->hp_flags &= ~HCI_DIRECTION; in hci_ctloutput()
818 if ((pcb->hp_flags & HCI_PROMISCUOUS) == 0 in hci_mtap()
876 if (pcb->hp_flags & HCI_DIRECTION) { in hci_mtap()
/netbsd/src/sys/dev/usb/
Duhso.c281 unsigned int hp_flags; /* see below */ member
808 hp->hp_flags = flags; in uhso_mux_attach()
850 if (!ISSET(hp->hp_flags, UHSO_PORT_MUXPIPE)) in uhso_mux_abort()
864 if (!ISSET(hp->hp_flags, UHSO_PORT_MUXPIPE)) { in uhso_mux_detach()
882 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY | UHSO_PORT_MUXREADY); in uhso_mux_init()
910 CLR(hp->hp_flags, UHSO_PORT_MUXREADY); in uhso_mux_clean()
951 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY); in uhso_mux_read()
953 if (hp->hp_rlen == 0 && !ISSET(hp->hp_flags, UHSO_PORT_MUXREADY)) in uhso_mux_read()
956 SET(hp->hp_flags, UHSO_PORT_MUXBUSY); in uhso_mux_read()
957 CLR(hp->hp_flags, UHSO_PORT_MUXREADY); in uhso_mux_read()
[all …]