Home
last modified time | relevance | path

Searched refs:rs_flags (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/arch/vax/vax/
H A Dcrx.c83 short rs_flags; /* see below */ member
116 if (rx50state.rs_flags & (1 << unit)) in crxopen()
118 rx50state.rs_flags |= 1 << unit; in crxopen()
133 rx50state.rs_flags &= ~(1 << rx50unit(dev)); /* atomic */ in crxclose()
162 while (rs->rs_flags & RS_BUSY) { in crxrw()
163 rs->rs_flags |= RS_WANT; in crxrw()
166 rs->rs_flags |= RS_BUSY; in crxrw()
183 rs->rs_flags &= ~(RS_ERROR | RS_DONE); in crxrw()
210 while ((rs->rs_flags & RS_DONE) == 0) { in crxrw()
218 if (rs->rs_flags & RS_ERROR) { in crxrw()
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_recv.c111 rs->rs_flags = 0; in ar5416ProcRxDesc()
140 rs->rs_flags |= HAL_RX_GI; in ar5416ProcRxDesc()
142 rs->rs_flags |= HAL_RX_2040; in ar5416ProcRxDesc()
145 rs->rs_flags |= HAL_RX_DELIM_CRC_PRE; in ar5416ProcRxDesc()
147 rs->rs_flags |= HAL_RX_DELIM_CRC_POST; in ar5416ProcRxDesc()
149 rs->rs_flags |= HAL_RX_DECRYPT_BUSY; in ar5416ProcRxDesc()
151 rs->rs_flags |= HAL_RX_HI_RX_CHAIN; in ar5416ProcRxDesc()
/netbsd-src/sys/netbt/
H A Drfcomm_dlc.c349 if (rs->rs_flags & RFCOMM_SESSION_CFC) { in rfcomm_dlc_start()
360 if (rs->rs_flags & RFCOMM_SESSION_RFC) in rfcomm_dlc_start()
415 if (rs->rs_flags & RFCOMM_SESSION_CFC) { in rfcomm_dlc_start()
H A Drfcomm_session.c238 if (rs->rs_flags & RFCOMM_SESSION_FREE) in rfcomm_session_free()
241 rs->rs_flags |= RFCOMM_SESSION_FREE; in rfcomm_session_free()
474 if ((rs->rs_flags & RFCOMM_SESSION_CFC) == 0 in rfcomm_session_complete()
958 if (rs->rs_flags & RFCOMM_SESSION_CFC) { in rfcomm_session_recv_uih()
1139 rs->rs_flags |= RFCOMM_SESSION_RFC; in rfcomm_session_recv_mcc_fcon()
1153 rs->rs_flags &= ~RFCOMM_SESSION_RFC; in rfcomm_session_recv_mcc_fcoff()
1352 rs->rs_flags |= RFCOMM_SESSION_CFC; in rfcomm_session_recv_mcc_pn()
1403 rs->rs_flags |= RFCOMM_SESSION_CFC; in rfcomm_session_recv_mcc_pn()
H A Drfcomm_upper.c169 rs->rs_flags |= RFCOMM_SESSION_INITIATOR; in rfcomm_connect_pcb()
430 && (dlc->rd_session->rs_flags & RFCOMM_SESSION_CFC)) in rfcomm_rcvd_pcb()
510 && (dlc->rd_session->rs_flags & RFCOMM_SESSION_CFC)) in rfcomm_getopt()
H A Drfcomm.h284 uint16_t rs_flags; /* session flags */ member
314 #define IS_INITIATOR(rs) ((rs)->rs_flags & RFCOMM_SESSION_INITIATOR)
H A Dhci_ioctl.c105 rs->rs_state, rs->rs_flags, chan->lc_raddr.bt_psm, in hci_dump()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_desc.h113 uint8_t rs_flags; /* misc flags */ member
/netbsd-src/sys/dev/usb/
H A Dif_athn_usb.h359 uint8_t rs_flags; member
H A Dif_athn_usb.c2195 if (!(rs->rs_flags & AR_RXS_FLAG_GI)) in athn_usb_rx_radiotap()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h2090 int rs_flags; member
2705 #define ore_flags oq_extended.rs_flags