| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_mux_codec.c | 84 cmdh->command_type = cpu_to_le32(cmd); in ipc_mux_acb_add_cmd() 108 cmdh->command_type = cpu_to_le32(cmd); in ipc_mux_lite_add_cmd() 188 __le32 command_type, u8 if_id, in ipc_mux_dl_cmdresps_decode_process() argument 193 switch (le32_to_cpu(command_type)) { in ipc_mux_dl_cmdresps_decode_process() 224 acb->got_response = le32_to_cpu(command_type); in ipc_mux_dl_cmdresps_decode_process() 232 __le32 command_type, u8 if_id, in ipc_mux_dl_cmds_decode_process() argument 239 if_id, le32_to_cpu(command_type)); in ipc_mux_dl_cmds_decode_process() 241 switch (le32_to_cpu(command_type)) { in ipc_mux_dl_cmds_decode_process() 322 cmdh->command_type, cmdh->if_id, in ipc_mux_dl_cmd_decode() 330 cmdh->command_type, in ipc_mux_dl_cmd_decode() [all …]
|
| H A D | iosm_ipc_mux_codec.h | 106 __le32 command_type; member 211 __le32 command_type; member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | mmsch_v4_0.h | 69 uint32_t command_type : 4; member 75 uint32_t command_type : 4; member
|
| H A D | mmsch_v3_0.h | 57 uint32_t command_type : 4; member 63 uint32_t command_type : 4; member
|
| H A D | mmsch_v1_0.h | 62 uint32_t command_type : 4; member 68 uint32_t command_type : 4; member
|
| H A D | mmsch_v2_0.h | 246 uint32_t command_type : 4; member 252 uint32_t command_type : 4; member
|
| H A D | vcn_v5_0_1.c | 810 direct_wt.cmd_header.command_type = in vcn_v5_0_1_start_sriov() 812 direct_rd_mod_wt.cmd_header.command_type = in vcn_v5_0_1_start_sriov() 814 end.cmd_header.command_type = MMSCH_COMMAND__END; in vcn_v5_0_1_start_sriov()
|
| H A D | jpeg_v5_0_1.c | 468 direct_wt.cmd_header.command_type = in jpeg_v5_0_1_start_sriov() 470 end.cmd_header.command_type = in jpeg_v5_0_1_start_sriov()
|
| H A D | vcn_v4_0_3.c | 1018 direct_wt.cmd_header.command_type = in vcn_v4_0_3_start_sriov() 1020 direct_rd_mod_wt.cmd_header.command_type = in vcn_v4_0_3_start_sriov() 1022 end.cmd_header.command_type = MMSCH_COMMAND__END; in vcn_v4_0_3_start_sriov()
|
| H A D | vcn_v4_0.c | 1360 direct_wt.cmd_header.command_type = in vcn_v4_0_start_sriov() 1362 direct_rd_mod_wt.cmd_header.command_type = in vcn_v4_0_start_sriov() 1364 end.cmd_header.command_type = in vcn_v4_0_start_sriov()
|
| H A D | vcn_v3_0.c | 1408 direct_wt.cmd_header.command_type = in vcn_v3_0_start_sriov() 1410 direct_rd_mod_wt.cmd_header.command_type = in vcn_v3_0_start_sriov() 1412 end.cmd_header.command_type = in vcn_v3_0_start_sriov()
|
| /linux/include/ufs/ |
| H A D | ufshci.h | 510 u8 command_type:4; member 521 u8 command_type:4; member
|
| H A D | ufshcd.h | 190 int command_type; member
|
| /linux/drivers/mmc/host/ |
| H A D | vub300.c | 64 u8 command_type; /* Bit7 - Rd/Wr */ member 79 u8 command_type; /* Bit7 - Rd/Wr */ member 96 u8 command_type; member 142 u8 command_type; member 483 vub300->cmnd.poll.command_type = 2; in send_irqpoll() 1067 vub300->cmnd.head.command_type = 0x00; /* standard read command */ in send_command() 1080 vub300->cmnd.head.command_type = 0x00; in send_command() 1090 vub300->cmnd.head.command_type = 0x00; in send_command() 1114 vub300->cmnd.head.command_type = in send_command() 1133 vub300->cmnd.head.command_type = in send_command()
|
| /linux/drivers/nfc/ |
| H A D | port100.c | 978 static int port100_set_command_type(struct port100 *dev, u8 command_type) in port100_set_command_type() argument 988 skb_put_u8(skb, command_type); in port100_set_command_type()
|
| /linux/drivers/ufs/core/ |
| H A D | ufs-mcq.c | 598 utrd->header.command_type = 0xf; in ufshcd_mcq_nullify_sqe()
|
| H A D | ufshcd.c | 2752 lrbp->command_type = UTP_CMD_TYPE_UFS_STORAGE; in ufshcd_prepare_req_desc_hdr() 2767 h->command_type = lrbp->command_type; in ufshcd_prepare_req_desc_hdr() 11192 .command_type = 5, in ufshcd_check_header_layout()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_bsg.c | 3380 uint32_t command_type = bsg_request->msgcode; in bfad_im_bsg_els_ct_request() local 3442 if (command_type == FC_BSG_HST_ELS_NOLOGIN || in bfad_im_bsg_els_ct_request() 3443 command_type == FC_BSG_HST_CT) { in bfad_im_bsg_els_ct_request() 3447 } else if (command_type == FC_BSG_RPT_ELS || in bfad_im_bsg_els_ct_request() 3448 command_type == FC_BSG_RPT_CT) { in bfad_im_bsg_els_ct_request()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 22699 u8 command_type = ELS_COMMAND_NON_FIP; in lpfc_sli_prep_wqe() local 22704 command_type = FCP_COMMAND; in lpfc_sli_prep_wqe() 22706 command_type = ELS_COMMAND_FIP; in lpfc_sli_prep_wqe() 22708 command_type = ELS_COMMAND_NON_FIP; in lpfc_sli_prep_wqe() 22801 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe() 22810 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe() 22824 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe() 22836 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe() 22853 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type); in lpfc_sli_prep_wqe()
|