Searched defs:current_state (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/isci/
H A Dremote_node_context.c84 u32 current_state = sci_rnc->sm.current_state_id; local
86 if (current_state == SCI_RNC_READY) {
H A Dport.c780 u32 current_state; local
787 current_state = iport->sm.current_state_id;
789 if (current_state == SCI_PORT_RESETTING) {
794 } else if (current_state == SCI_PORT_STOPPED) {
802 } else if (current_state == SCI_PORT_STOPPING) {
812 "in state %d.\n", __func__, iport, current_state); local
/drivers/video/riva/
H A Drivafb.h51 struct riva_regs current_state; member in struct:riva_par
/drivers/acpi/
H A Dprocessor_throttling.c316 int current_state; local
335 current_state = pr->throttling.state;
336 if (current_state > throttling_limit) {
350 } else if (current_state == throttling_limit) {
/drivers/staging/iio/
H A Dindustrialio-buffer.c398 bool requested_state, current_state; local
406 current_state = iio_buffer_enabled(indio_dev);
407 if (current_state == requested_state) {
/drivers/xen/xenbus/
H A Dxenbus_client.c185 int current_state; local
200 err = xenbus_scanf(xbt, dev->nodename, "state", "%d", &current_state);
/drivers/net/wireless/b43/
H A Dlo.c568 int current_state; member in struct:b43_lo_g_statemachine
604 if (d->current_state == 0) {
607 } else if (d->current_state % 2 == 0) {
608 begin = d->current_state - 1;
609 end = d->current_state + 1;
611 begin = d->current_state - 2;
612 end = d->current_state + 2;
621 d->current_state = i;
651 d->current_state = i;
693 d.current_state
[all...]
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c2793 u32 current_state; local
2798 current_state = mpt2sas_base_get_iocstate(ioc, 1);
2799 if (current_state == ioc_state)
2801 if (count && current_state == MPI2_IOC_STATE_FAULT)
2810 return current_state;
/drivers/infiniband/hw/qib/
H A Dqib.h485 enum qib_sdma_states current_state; member in struct:qib_sdma_state
1272 return ppd->sdma_state.current_state == qib_sdma_state_s99_running;
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1724 u32 current_state; member in struct:bt_coexist_info

Completed in 291 milliseconds