Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_cs.h71 #define bfa_fsm_set_state(_fsm, _state) do { \ argument
77 #define bfa_fsm_cmp_state(_fsm, _state) ((_fsm)->fsm == (_state)) argument
/linux/drivers/scsi/bfa/
H A Dbfa_cs.h190 #define bfa_sm_set_state(_sm, _state) ((_sm)->sm = (_state)) argument
193 #define bfa_sm_cmp_state(_sm, _state) ((_sm)->sm == (_state)) argument
220 #define bfa_fsm_set_state(_fsm, _state) do { \ argument
227 #define bfa_fsm_cmp_state(_fsm, _state) ((_fsm)->fsm == (_state)) argument
/linux/arch/arm/mach-omap2/
H A Domap_device.h57 u8 _state; member
H A Domap_hwmod.h605 u8 _state; member
/linux/drivers/gpu/drm/vc4/
H A Dvc4_kms.c34 #define to_vc4_ctm_state(_state) \ argument
43 #define to_vc4_load_tracker_state(_state) \ argument
/linux/drivers/scsi/fnic/
H A Dfnic_fdls.h93 #define fdls_set_state(_fdls_fabric, _state) ((_fdls_fabric)->state = _state) argument
99 #define fdls_set_tport_state(_tport, _state) (_tport->state = _state) argument
/linux/tools/include/nolibc/
H A Dstdio.h448 static int __nolibc_sprintf_cb(intptr_t _state, const char *buf, size_t size) in __nolibc_sprintf_cb()
/linux/net/atm/
H A Dclip.c856 static void *clip_seq_sub_iter(struct neigh_seq_state *_state, in clip_seq_sub_iter()
/linux/drivers/dma/qcom/
H A Dgpi.c307 #define TO_GPI_EV_STATE_STR(_state) (((_state) >= MAX_EV_STATES) ? \ argument
390 #define TO_GPI_PM_STR(_state) (((_state) >= MAX_PM_STATE) ? \ argument
/linux/drivers/dma/
H A Dpl330.c916 static inline u32 _state(struct pl330_thread *thrd) in _state() function
/linux/net/rxrpc/
H A Dar-internal.h739 enum rxrpc_call_state _state; /* Current state of call (needs barrier) */ member