bfa_dport_send_req
static bfa_boolean_t bfa_dport_send_req(struct bfa_dport_s *dport,
if (bfa_dport_send_req(dport, BFI_DPORT_ENABLE))
bfa_dport_send_req(dport, BFI_DPORT_ENABLE);
if (bfa_dport_send_req(dport, BFI_DPORT_START))
if (bfa_dport_send_req(dport, BFI_DPORT_DISABLE))
if (bfa_dport_send_req(dport, BFI_DPORT_DYN_DISABLE))
bfa_dport_send_req(dport, BFI_DPORT_DISABLE);
bfa_dport_send_req(dport, BFI_DPORT_START);
bfa_dport_send_req(dport, BFI_DPORT_DYN_DISABLE);