Searched refs:i2hmsg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_port.c162 union bfi_port_i2h_msg_u *i2hmsg; local
164 i2hmsg = (union bfi_port_i2h_msg_u *)m;
171 bfa_port_enable_isr(port, i2hmsg->enable_rsp.status);
177 bfa_port_disable_isr(port, i2hmsg->disable_rsp.status);
186 bfa_port_get_stats_isr(port, i2hmsg->getstats_rsp.status);
192 bfa_port_clear_stats_isr(port, i2hmsg->clearstats_rsp.status);
H A Dbfa_port_priv.h64 union bfi_fcport_i2h_msg_u i2hmsg; member in union:bfa_fcport_s::__anon14293
H A Dbfa_fcport.c301 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event;
959 struct bfi_fcport_event_s *pevent = fcport->event_arg.i2hmsg.event;
1301 union bfi_fcport_i2h_msg_u i2hmsg; local
1303 i2hmsg.msg = msg;
1304 fcport->event_arg.i2hmsg = i2hmsg;
1308 if (fcport->msgtag == i2hmsg.penable_rsp->msgtag)
1313 if (fcport->msgtag == i2hmsg.pdisable_rsp->msgtag)
1318 switch (i2hmsg.event->link_state.linkstate) {
1340 fcport->stats_status = i2hmsg
[all...]

Completed in 163 milliseconds