Searched defs:_sm (Results 1 – 4 of 4) 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 44 #define bfa_sm_send_event(_sm, _event) ((_sm)->sm((_sm), (_event))) argument 45 #define bfa_sm_get_state(_sm) ((_sm)->sm) argument 46 #define bfa_sm_cmp_state(_sm, _state) ((_sm)->sm == (bfa_sm_t)(_state)) argument 56 #define BFA_SM(_sm) ((bfa_sm_t)(_sm)) 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 231 #define bfa_sm_send_event(_sm, _event) ((_sm)->sm((_sm), (_event))) argument 232 #define bfa_sm_get_state(_sm) ((_sm)->sm) argument 233 #define bfa_sm_cmp_state(_sm, _state) ((_sm)->sm == (bfa_sm_t)(_state)) argument 243 #define BFA_SM(_sm) ((bfa_sm_t)(_sm)) argument
|
/linux-3.3/arch/arm/mach-ux500/ |
D | board-u5500.c | 50 #define U5500_I2C_CONTROLLER(id, _slsu, _tft, _rft, clk, _sm) \ argument
|
D | board-mop500.c | 325 #define U8500_I2C_CONTROLLER(id, _slsu, _tft, _rft, clk, t_out, _sm) \ argument
|