Lines Matching refs:cmd

1995 	struct bfa_mbox_cmd_s		*cmd;  in bfa_ioc_mbox_poll()  local
2014 bfa_q_deq(&mod->cmd_q, &cmd); in bfa_ioc_mbox_poll()
2015 bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg)); in bfa_ioc_mbox_poll()
2025 struct bfa_mbox_cmd_s *cmd; in bfa_ioc_mbox_flush() local
2028 bfa_q_deq(&mod->cmd_q, &cmd); in bfa_ioc_mbox_flush()
2560 bfa_ioc_mbox_queue(struct bfa_ioc_s *ioc, struct bfa_mbox_cmd_s *cmd) in bfa_ioc_mbox_queue() argument
2569 list_add_tail(&cmd->qe, &mod->cmd_q); in bfa_ioc_mbox_queue()
2578 list_add_tail(&cmd->qe, &mod->cmd_q); in bfa_ioc_mbox_queue()
2585 bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg)); in bfa_ioc_mbox_queue()
2984 struct bfa_mbox_cmd_s cmd; in bfa_ioc_send_fwsync() local
2985 struct bfi_ioc_ctrl_req_s *req = (struct bfi_ioc_ctrl_req_s *) cmd.msg; in bfa_ioc_send_fwsync()
2990 bfa_ioc_mbox_queue(ioc, &cmd); in bfa_ioc_send_fwsync()
4975 msg->cmd = (u8) ledtest->cmd; in diag_ledtest_send()
5193 bfa_trc(diag, ledtest->cmd); in bfa_diag_ledtest()
6673 u32 cmd:8; member
6675 u32 cmd:8;
6735 union bfa_flash_cmd_reg_u cmd; in bfa_flash_set_cmd() local
6737 cmd.i = 0; in bfa_flash_set_cmd()
6738 cmd.r.act = 1; in bfa_flash_set_cmd()
6739 cmd.r.write_cnt = wr_cnt; in bfa_flash_set_cmd()
6740 cmd.r.read_cnt = rd_cnt; in bfa_flash_set_cmd()
6741 cmd.r.addr_cnt = ad_cnt; in bfa_flash_set_cmd()
6742 cmd.r.cmd = op; in bfa_flash_set_cmd()
6743 writel(cmd.i, (pci_bar + FLI_CMD_REG)); in bfa_flash_set_cmd()
6759 union bfa_flash_cmd_reg_u cmd; in bfa_flash_cmd_act_check() local
6761 cmd.i = readl(pci_bar + FLI_CMD_REG); in bfa_flash_cmd_act_check()
6763 if (cmd.r.act) in bfa_flash_cmd_act_check()