Searched defs:reset_status (Results 1 - 5 of 5) sorted by relevance

/drivers/sbus/char/
H A Ductrl.c100 u8 reset_status; /* 0x0b */ member in struct:uctrl_status
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c1477 int reset_status = 0; local
1551 reset_status = _rtl8192_up(dev, true);
1555 if (reset_status == -1) {
/drivers/scsi/
H A Dibmmca.c398 #define reset_status(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_reset_status) macro
519 if ((reset_status(shpnt) == IM_RESET_NOT_IN_PROGRESS_NO_INT) || (reset_status(shpnt) == IM_RESET_FINISHED_OK_NO_INT)) {
520 reset_status(shpnt) = IM_RESET_NOT_IN_PROGRESS;
606 reset_status(shpnt) = IM_RESET_FINISHED_OK;
614 if ((reset_status(shpnt) == IM_RESET_IN_PROGRESS) && (last_scsi_command(shpnt)[ldn] == IM_RESET_IMM_CMD)) {
618 reset_status(shpnt) = IM_RESET_FINISHED_FAIL;
623 reset_status(shpnt) = IM_RESET_FINISHED_OK;
653 reset_status(shpnt) = IM_RESET_FINISHED_OK;
948 reset_status(shpn
[all...]
/drivers/staging/rtl8192u/
H A Dr8192U_core.c3914 int reset_status = 0; local
3966 reset_status = _rtl8192_up(dev);
3969 if(reset_status == -EAGAIN)
4277 int reset_status = 0; local
4290 reset_status = _rtl8192_up(dev);
/drivers/message/fusion/
H A Dmptbase.h757 u8 reset_status; member in struct:_MPT_ADAPTER

Completed in 2301 milliseconds