Lines Matching refs:cmd

1467 	switch (params->cmd) {  in sli_els_request64_wqe()
2964 struct sli4_cmd_dump4 *cmd = buf; in sli_cmd_dump_type4() local
2968 cmd->hdr.command = SLI4_MBX_CMD_DUMP; in sli_cmd_dump_type4()
2969 cmd->type_dword = cpu_to_le32(0x4); in sli_cmd_dump_type4()
2970 cmd->wki_selection = cpu_to_le16(wki); in sli_cmd_dump_type4()
3005 struct sli4_cmd_read_link_stats *cmd = buf; in sli_cmd_read_link_stats() local
3010 cmd->hdr.command = SLI4_MBX_CMD_READ_LNK_STAT; in sli_cmd_read_link_stats()
3020 cmd->dw1_flags = cpu_to_le32(flags); in sli_cmd_read_link_stats()
3027 struct sli4_cmd_read_status *cmd = buf; in sli_cmd_read_status() local
3032 cmd->hdr.command = SLI4_MBX_CMD_READ_STATUS; in sli_cmd_read_status()
3038 cmd->dw1_flags = cpu_to_le32(flags); in sli_cmd_read_status()
3507 req_features->cmd = cpu_to_le32(features_mask); in sli_cmd_request_features()
3880 sli_cmd_dmtf_exec_clp_cmd(struct sli4 *sli4, void *buf, struct efc_dma *cmd, in sli_cmd_dmtf_exec_clp_cmd() argument
3893 clp_cmd->cmd_buf_length = cpu_to_le32(cmd->size); in sli_cmd_dmtf_exec_clp_cmd()
3894 clp_cmd->cmd_buf_addr_low = cpu_to_le32(lower_32_bits(cmd->phys)); in sli_cmd_dmtf_exec_clp_cmd()
3895 clp_cmd->cmd_buf_addr_high = cpu_to_le32(upper_32_bits(cmd->phys)); in sli_cmd_dmtf_exec_clp_cmd()
3949 struct sli4_rqst_cmn_set_features *cmd = NULL; in sli_cmd_common_set_features() local
3951 cmd = sli_config_cmd_init(sli4, buf, in sli_cmd_common_set_features()
3953 if (!cmd) in sli_cmd_common_set_features()
3956 sli_cmd_fill_hdr(&cmd->hdr, SLI4_CMN_SET_FEATURES, in sli_cmd_common_set_features()
3960 cmd->feature = cpu_to_le32(feature); in sli_cmd_common_set_features()
3961 cmd->param_len = cpu_to_le32(param_len); in sli_cmd_common_set_features()
3962 memcpy(cmd->params, parameter, param_len); in sli_cmd_common_set_features()