bfa_ioc_mbox_send
bfa_ioc_mbox_send(ioc, &enable_req, sizeof(struct bfi_ioc_ctrl_req));
bfa_ioc_mbox_send(ioc, &disable_req, sizeof(struct bfi_ioc_ctrl_req));
bfa_ioc_mbox_send(ioc, &attr_req, sizeof(attr_req));
bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
bfa_ioc_mbox_send(&bfa->ioc, &cfg_req,
bfa_ioc_mbox_send(&bfa->ioc, &faa_attr_req,
bfa_ioc_mbox_send(ioc, &enable_req, sizeof(struct bfi_ioc_ctrl_req_s));
bfa_ioc_mbox_send(ioc, &disable_req, sizeof(struct bfi_ioc_ctrl_req_s));
bfa_ioc_mbox_send(ioc, &attr_req, sizeof(attr_req));
bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
void bfa_ioc_mbox_send(struct bfa_ioc_s *ioc, void *ioc_msg, int len);