• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/ocs_fc/

Lines Matching defs:evt

51 			ocs_log_info(domain->ocs, "[domain] %-20s %-20s\n", __func__, ocs_sm_event_name(evt)); \
406 * @param evt Event to process.
413 __ocs_domain_common(const char *funcname, ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
417 switch(evt) {
425 ocs_log_warn(domain->ocs, "%-20s %-20s not handled\n", funcname, ocs_sm_event_name(evt));
441 * @param evt Event to process.
448 __ocs_domain_common_shutdown(const char *funcname, ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
452 switch(evt) {
470 ocs_log_warn(domain->ocs, "%-20s %-20s not handled\n", funcname, ocs_sm_event_name(evt));
497 * @param evt Event to process.
504 __ocs_domain_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
510 switch(evt) {
617 __ocs_domain_common(__func__, ctx, evt, arg);
634 * @param evt Event to process.
641 __ocs_domain_wait_alloc(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
648 switch(evt) {
729 ocs_sm_event_name(evt));
735 ocs_assert(evt, NULL);
739 ocs_log_debug(ocs, "%s received while waiting for ocs_hw_domain_alloc() to complete\n", ocs_sm_event_name(evt));
744 __ocs_domain_common(__func__, ctx, evt, arg);
761 * @param evt Event to process.
768 __ocs_domain_allocated(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
775 switch(evt) {
804 ocs_assert(evt, NULL);
810 ocs_sm_event_name(evt));
837 __ocs_domain_common(__func__, ctx, evt, arg);
853 * @param evt Event to process.
860 __ocs_domain_wait_attach(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
866 switch(evt) {
909 ocs_log_debug(ocs, "%s received while waiting for hw attach to complete\n", ocs_sm_event_name(evt));
915 ocs_assert(evt, NULL);
930 __ocs_domain_common(__func__, ctx, evt, arg);
945 * @param evt Event to process.
952 __ocs_domain_ready(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
958 switch(evt) {
994 ocs_assert(evt, NULL);
1013 __ocs_domain_common(__func__, ctx, evt, arg);
1028 * @param evt Event to process.
1035 __ocs_domain_wait_sports_free(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
1041 switch(evt) {
1056 __ocs_domain_common_shutdown(__func__, ctx, evt, arg);
1071 * @param evt Event to process.
1078 __ocs_domain_wait_shutdown(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
1084 switch(evt) {
1123 __ocs_domain_common_shutdown(__func__, ctx, evt, arg);
1140 * @param evt Event to process.
1147 __ocs_domain_wait_domain_lost(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg)
1153 switch(evt) {
1182 ocs_log_err(ocs, "[domain] %-20s: failed\n", ocs_sm_event_name(evt));
1187 __ocs_domain_common_shutdown(__func__, ctx, evt, arg);