Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_svc.c110 static bfa_boolean_t bfa_fcport_send_enable(struct bfa_fcport_s *fcport);
1993 if (bfa_fcport_send_enable(fcport)) { in bfa_fcport_sm_uninit()
2039 bfa_fcport_send_enable(fcport); in bfa_fcport_sm_enabling_qwait()
2406 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_toggling_qwait()
2463 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_disabling()
2518 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_disabled()
2563 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_stopped()
2589 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_iocdown()
3106 bfa_fcport_send_enable(struct bfa_fcport_s *fcport) in bfa_fcport_send_enable() function