Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bfa/
Dbfa_svc.c163 static bfa_boolean_t bfa_fcport_send_enable(struct bfa_fcport_s *fcport);
2101 if (bfa_fcport_send_enable(fcport)) { in bfa_fcport_sm_uninit()
2147 bfa_fcport_send_enable(fcport); in bfa_fcport_sm_enabling_qwait()
2514 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_toggling_qwait()
2571 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_disabling()
2626 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_disabled()
2671 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_stopped()
2697 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_iocdown()
3234 bfa_fcport_send_enable(struct bfa_fcport_s *fcport) in bfa_fcport_send_enable() function