Home
last modified time | relevance | path

Searched refs:__ocs_sport_attached (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_sport.h88 extern void *__ocs_sport_attached(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
H A Docs_sport.c482 ocs_sm_transition(ctx, __ocs_sport_attached, NULL); in __ocs_sport_common()
580 ocs_sm_transition(ctx, __ocs_sport_attached, NULL); in __ocs_sport_allocated()
744 ocs_sm_transition(ctx, __ocs_sport_attached, NULL); in __ocs_sport_vport_allocated()
769 __ocs_sport_attached(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_sport_attached() function