OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_status
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/usb/
motg.c
1400
usbd_status
new_status
= USBD_IN_PROGRESS;
local in function:motg_device_ctrl_intr_rx
1422
new_status
= USBD_TIMEOUT; /* XXX */
1427
new_status
= USBD_STALLED;
1429
new_status
= USBD_IOERROR;
1441
new_status
= USBD_NORMAL_COMPLETION;
1451
new_status
= USBD_IOERROR;
1505
KASSERT(
new_status
!= USBD_IN_PROGRESS);
1506
xfer->ux_status =
new_status
;
1520
usbd_status
new_status
= USBD_IN_PROGRESS;
local in function:motg_device_ctrl_intr_tx
1544
new_status
= USBD_STALLED
1917
usbd_status
new_status
= USBD_IN_PROGRESS;
local in function:motg_device_intr_rx
2036
usbd_status
new_status
= USBD_IN_PROGRESS;
local in function:motg_device_intr_tx
[
all
...]
/src/sys/dev/ic/
dwc_eqos.c
1100
uint32_t
new_status
= 0;
local in function:eqos_intr_mtl
1104
new_status
|= GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_RXOVFIS;
1108
new_status
|= GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS_TXUNFIS;
1111
if (
new_status
) {
1112
new_status
|= (ictrl &
1115
WR4(sc, GMAC_MTL_Q0_INTERRUPT_CTRL_STATUS,
new_status
);
/src/sys/dev/ieee1394/
firewire.c
523
fw_busreset(struct firewire_comm *fc, uint32_t
new_status
)
534
fc->status =
new_status
;
Completed in 15 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025