Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_svc.c6093 static bfa_boolean_t bfa_dport_send_req(struct bfa_dport_s *dport,
6113 if (bfa_dport_send_req(dport, BFI_DPORT_ENABLE)) in bfa_dport_sm_disabled()
6141 bfa_dport_send_req(dport, BFI_DPORT_ENABLE); in bfa_dport_sm_enabling_qwait()
6187 if (bfa_dport_send_req(dport, BFI_DPORT_DISABLE)) in bfa_dport_sm_enabled()
6211 bfa_dport_send_req(dport, BFI_DPORT_DISABLE); in bfa_dport_sm_disabling_qwait()
6247 bfa_dport_send_req(struct bfa_dport_s *dport, enum bfi_dport_req req) in bfa_dport_send_req() function