Home
last modified time | relevance | path

Searched defs:_state (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/brocade/bna/
Dbfa_cs.h38 #define bfa_sm_set_state(_sm, _state) ((_sm)->sm = (bfa_sm_t)(_state)) argument
41 #define bfa_sm_cmp_state(_sm, _state) ((_sm)->sm == (bfa_sm_t)(_state)) argument
63 #define bfa_fsm_set_state(_fsm, _state) do { \ argument
70 #define bfa_fsm_cmp_state(_fsm, _state) \ argument
/drivers/scsi/bfa/
Dbfa_cs.h230 #define bfa_sm_set_state(_sm, _state) ((_sm)->sm = (bfa_sm_t)(_state)) argument
233 #define bfa_sm_cmp_state(_sm, _state) ((_sm)->sm == (bfa_sm_t)(_state)) argument
260 #define bfa_fsm_set_state(_fsm, _state) do { \ argument
267 #define bfa_fsm_cmp_state(_fsm, _state) \ argument
/drivers/cpufreq/
Dspeedstep-ich.c145 static void _speedstep_set_state(void *_state) in _speedstep_set_state()
/drivers/firmware/
Ddmi-sysfs.c399 void *_state) in dmi_sel_raw_read_helper()
522 void *_state) in dmi_entry_raw_read_helper()
/drivers/tty/
Dsysrq.c636 static void sysrq_do_reset(unsigned long _state) in sysrq_do_reset()
/drivers/s390/cio/
Dqdio.h112 unsigned long _state = (unsigned long)ack << 63; in do_eqbs() local
/drivers/dma/
Dpl330.c937 static inline u32 _state(struct pl330_thread *thrd) in _state() function