Lines Matching defs:cmd
946 * Enable Interrupts before sending fw IOC ENABLE cmd.
1995 struct bfa_mbox_cmd_s *cmd;
2014 bfa_q_deq(&mod->cmd_q, &cmd);
2015 bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
2025 struct bfa_mbox_cmd_s *cmd;
2028 bfa_q_deq(&mod->cmd_q, &cmd);
2557 * @param[i] cmd Mailbox command
2560 bfa_ioc_mbox_queue(struct bfa_ioc_s *ioc, struct bfa_mbox_cmd_s *cmd)
2569 list_add_tail(&cmd->qe, &mod->cmd_q);
2578 list_add_tail(&cmd->qe, &mod->cmd_q);
2585 bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
2984 struct bfa_mbox_cmd_s cmd;
2985 struct bfi_ioc_ctrl_req_s *req = (struct bfi_ioc_ctrl_req_s *) cmd.msg;
2990 bfa_ioc_mbox_queue(ioc, &cmd);
3003 * 1. fw_sync mbox cmd doesn't have a response.
3006 * So, just keep checking if any mbox cmd is pending, and
3763 /* send mbox cmd */
4837 /* send mbox cmd */
4907 /* send mbox cmd */
4975 msg->cmd = (u8) ledtest->cmd;
4981 /* send mbox cmd */
5007 /* send mbox cmd */
5071 /* check to see if there is another destructive diag cmd running */
5120 /* check to see if there is another destructive diag cmd running */
5159 /* check to see if there is a destructive diag cmd running */
5193 bfa_trc(diag, ledtest->cmd);
6673 u32 cmd:8;
6675 u32 cmd:8;
6735 union bfa_flash_cmd_reg_u cmd;
6737 cmd.i = 0;
6738 cmd.r.act = 1;
6739 cmd.r.write_cnt = wr_cnt;
6740 cmd.r.read_cnt = rd_cnt;
6741 cmd.r.addr_cnt = ad_cnt;
6742 cmd.r.cmd = op;
6743 writel(cmd.i, (pci_bar + FLI_CMD_REG));
6759 union bfa_flash_cmd_reg_u cmd;
6761 cmd.i = readl(pci_bar + FLI_CMD_REG);
6763 if (cmd.r.act)