HomeSort by: relevance | last modified time | path
    Searched defs:new_status (Results 1 - 2 of 2) 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);

Completed in 15 milliseconds