• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/octeon-sdk/

Lines Matching defs:stage

150     cvmx_usb_stage_t stage;             /**< For control transactions, the current stage */
1579 switch (transaction->stage)
1583 cvmx_dprintf("%s: ERROR - Non control stage\n", __FUNCTION__);
1591 buffer data will be used in the next stage */
1706 cvmx_dprintf("%s: Channel %d started. Pipe %d transaction %d stage %d\n",
1709 transaction->stage);
1784 /* On the start split phase (stage is even) record the frame number we
1787 if ((transaction->stage&1) == 0)
1800 usbc_hcsplt.s.compsplt = (transaction->stage == CVMX_USB_STAGE_NON_CONTROL_SPLIT_COMPLETE);
2205 transaction->stage = CVMX_USB_STAGE_NON_CONTROL;
2302 transaction->stage = CVMX_USB_STAGE_SETUP;
2304 transaction->stage = CVMX_USB_STAGE_NON_CONTROL;
3018 if ((transaction->stage == CVMX_USB_STAGE_SETUP) ||
3019 (transaction->stage == CVMX_USB_STAGE_SETUP_SPLIT_COMPLETE))
3025 cvmx_dprintf("%s: Channel %d halted. Pipe %d transaction %d stage %d bytes=%d\n",
3029 transaction->stage, bytes_this_transfer);
3080 transaction->stage &= ~1;
3121 transaction->stage &= ~1;
3143 switch (transaction->stage)
3153 transaction->stage = CVMX_USB_STAGE_SETUP_SPLIT_COMPLETE;
3158 transaction->stage = CVMX_USB_STAGE_DATA;
3160 transaction->stage = CVMX_USB_STAGE_STATUS;
3167 transaction->stage = CVMX_USB_STAGE_DATA;
3169 transaction->stage = CVMX_USB_STAGE_STATUS;
3175 transaction->stage = CVMX_USB_STAGE_DATA_SPLIT_COMPLETE;
3190 transaction->stage = CVMX_USB_STAGE_STATUS;
3197 transaction->stage = CVMX_USB_STAGE_STATUS;
3201 transaction->stage = CVMX_USB_STAGE_DATA;
3206 transaction->stage = CVMX_USB_STAGE_STATUS_SPLIT_COMPLETE;
3223 if (transaction->stage == CVMX_USB_STAGE_NON_CONTROL)
3224 transaction->stage = CVMX_USB_STAGE_NON_CONTROL_SPLIT_COMPLETE;
3228 transaction->stage = CVMX_USB_STAGE_NON_CONTROL;
3255 /* ISOCHRONOUS OUT splits don't require a complete split stage.
3272 if (transaction->stage == CVMX_USB_STAGE_NON_CONTROL_SPLIT_COMPLETE)
3284 transaction->stage = CVMX_USB_STAGE_NON_CONTROL_SPLIT_COMPLETE;
3305 transaction->stage &= ~1;