Searched defs:_state (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_cs.h | 71 #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 D | bfa_cs.h | 190 #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 D | omap_device.h | 57 u8 _state; member
|
H A D | omap_hwmod.h | 605 u8 _state; member
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_kms.c | 34 #define to_vc4_ctm_state(_state) \ argument 43 #define to_vc4_load_tracker_state(_state) \ argument
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_fdls.h | 93 #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 D | stdio.h | 448 static int __nolibc_sprintf_cb(intptr_t _state, const char *buf, size_t size) in __nolibc_sprintf_cb()
|
/linux/net/atm/ |
H A D | clip.c | 856 static void *clip_seq_sub_iter(struct neigh_seq_state *_state, in clip_seq_sub_iter()
|
/linux/drivers/dma/qcom/ |
H A D | gpi.c | 307 #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 D | pl330.c | 916 static inline u32 _state(struct pl330_thread *thrd) in _state() function
|
/linux/net/rxrpc/ |
H A D | ar-internal.h | 739 enum rxrpc_call_state _state; /* Current state of call (needs barrier) */ member
|