Searched refs:bfa_dport_send_req (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_svc.c | 6289 static bfa_boolean_t bfa_dport_send_req(struct bfa_dport_s *dport, 6309 if (bfa_dport_send_req(dport, BFI_DPORT_ENABLE)) in bfa_dport_sm_disabled() 6349 bfa_dport_send_req(dport, BFI_DPORT_ENABLE); in bfa_dport_sm_enabling_qwait() 6404 if (bfa_dport_send_req(dport, BFI_DPORT_START)) in bfa_dport_sm_enabled() 6412 if (bfa_dport_send_req(dport, BFI_DPORT_DISABLE)) in bfa_dport_sm_enabled() 6444 if (bfa_dport_send_req(dport, BFI_DPORT_DYN_DISABLE)) in bfa_dport_sm_enabled() 6478 bfa_dport_send_req(dport, BFI_DPORT_DISABLE); in bfa_dport_sm_disabling_qwait() 6530 bfa_dport_send_req(dport, BFI_DPORT_START); in bfa_dport_sm_starting_qwait() 6616 bfa_dport_send_req(dport, BFI_DPORT_DYN_DISABLE); in bfa_dport_sm_dynamic_disabling_qwait() 6635 bfa_dport_send_req(struct bfa_dport_s *dport, enum bfi_dport_req req) in bfa_dport_send_req() function
|