Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_svc.c140 static bfa_boolean_t bfa_fcport_send_enable(struct bfa_fcport_s *fcport);
2030 if (bfa_fcport_send_enable(fcport)) { in bfa_fcport_sm_uninit()
2076 bfa_fcport_send_enable(fcport); in bfa_fcport_sm_enabling_qwait()
2443 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_toggling_qwait()
2500 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_disabling()
2555 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_disabled()
2600 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_stopped()
2626 if (bfa_fcport_send_enable(fcport)) in bfa_fcport_sm_iocdown()
3143 bfa_fcport_send_enable(struct bfa_fcport_s *fcport) in bfa_fcport_send_enable() function