Searched refs:stats_cbfn (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/bfa/
H A Dbfa_port.c98 if (port->stats_cbfn) {
99 port->stats_cbfn(port->stats_cbarg, status);
100 port->stats_cbfn = NULL;
124 if (port->stats_cbfn) {
125 port->stats_cbfn(port->stats_cbarg, status);
126 port->stats_cbfn = NULL;
349 port->stats_cbfn = cbfn;
387 port->stats_cbfn = cbfn;
418 if (port->stats_cbfn)
419 port->stats_cbfn(por
[all...]
H A Dbfa_port.h28 bfa_port_stats_cbfn_t stats_cbfn; member in struct:bfa_port_s

Completed in 214 milliseconds