Searched defs:_state (Results 1 – 11 of 11) sorted by relevance
/linux-3.3/drivers/net/ethernet/brocade/bna/ |
D | bfa_cs.h | 43 #define bfa_sm_set_state(_sm, _state) ((_sm)->sm = (bfa_sm_t)(_state)) argument 46 #define bfa_sm_cmp_state(_sm, _state) ((_sm)->sm == (bfa_sm_t)(_state)) argument 73 #define bfa_fsm_set_state(_fsm, _state) do { \ argument 80 #define bfa_fsm_cmp_state(_fsm, _state) \ argument
|
/linux-3.3/drivers/scsi/bfa/ |
D | bfa_cs.h | 230 #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
|
/linux-3.3/arch/cris/include/arch-v10/arch/ |
D | sv_addr_ag.h | 35 #define IO_STATE_(reg_, field_, _state) \ argument 48 #define IO_STATE_VALUE_(reg_, field_, _state) ( reg_##_##field_##_state ) argument
|
/linux-3.3/arch/arm/plat-omap/include/plat/ |
D | omap_device.h | 79 u8 _state; member
|
D | omap_hwmod.h | 548 u8 _state; member
|
/linux-3.3/drivers/cpufreq/ |
D | speedstep-ich.c | 143 static void _speedstep_set_state(void *_state) in _speedstep_set_state()
|
/linux-3.3/arch/x86/include/asm/numachip/ |
D | numachip_csr.h | 85 unsigned int _state:2; member
|
/linux-3.3/drivers/firmware/ |
D | dmi-sysfs.c | 399 void *_state) in dmi_sel_raw_read_helper() 522 void *_state) in dmi_entry_raw_read_helper()
|
/linux-3.3/net/atm/ |
D | clip.c | 811 static void *clip_seq_sub_iter(struct neigh_seq_state *_state, in clip_seq_sub_iter()
|
/linux-3.3/drivers/s390/cio/ |
D | qdio.h | 114 unsigned long _state = (unsigned long)ack << 63; in do_eqbs() local
|
/linux-3.3/arch/arm/common/ |
D | pl330.c | 788 static inline u32 _state(struct pl330_thread *thrd) in _state() function
|