Searched refs:i2hmsg (Results 1 – 3 of 3) sorted by relevance
155 union bfi_port_i2h_msg_u *i2hmsg; in bfa_port_isr() local157 i2hmsg = (union bfi_port_i2h_msg_u *) m; in bfa_port_isr()164 bfa_port_enable_isr(port, i2hmsg->enable_rsp.status); in bfa_port_isr()170 bfa_port_disable_isr(port, i2hmsg->disable_rsp.status); in bfa_port_isr()177 bfa_port_get_stats_isr(port, i2hmsg->getstats_rsp.status); in bfa_port_isr()183 bfa_port_clear_stats_isr(port, i2hmsg->clearstats_rsp.status); in bfa_port_isr()
2266 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_sm_linkdown()3187 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event; in bfa_fcport_update_linkinfo()3638 union bfi_fcport_i2h_msg_u i2hmsg; in bfa_fcport_isr() local3640 i2hmsg.msg = msg; in bfa_fcport_isr()3641 fcport->event_arg.i2hmsg = i2hmsg; in bfa_fcport_isr()3648 if (fcport->msgtag == i2hmsg.penable_rsp->msgtag) { in bfa_fcport_isr()3652 fcport->cfg = i2hmsg.penable_rsp->port_cfg; in bfa_fcport_isr()3667 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()3677 i2hmsg.penable_rsp->port_cfg.qos_bw; in bfa_fcport_isr()3689 if (fcport->msgtag == i2hmsg.penable_rsp->msgtag) in bfa_fcport_isr()[all …]
493 union bfi_fcport_i2h_msg_u i2hmsg; member722 union bfi_diag_dport_msg_u i2hmsg; member