Home
last modified time | relevance | path

Searched refs:command_type (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c84 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 Diosm_ipc_mux_codec.h106 __le32 command_type; member
211 __le32 command_type; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmmsch_v4_0.h69 uint32_t command_type : 4; member
75 uint32_t command_type : 4; member
H A Dmmsch_v3_0.h57 uint32_t command_type : 4; member
63 uint32_t command_type : 4; member
H A Dmmsch_v1_0.h62 uint32_t command_type : 4; member
68 uint32_t command_type : 4; member
H A Dmmsch_v2_0.h246 uint32_t command_type : 4; member
252 uint32_t command_type : 4; member
H A Djpeg_v5_0_1.c468 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 Dvcn_v5_0_1.c810 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 Dvcn_v4_0_3.c1022 direct_wt.cmd_header.command_type = in vcn_v4_0_3_start_sriov()
1024 direct_rd_mod_wt.cmd_header.command_type = in vcn_v4_0_3_start_sriov()
1026 end.cmd_header.command_type = MMSCH_COMMAND__END; in vcn_v4_0_3_start_sriov()
H A Dvcn_v4_0.c1360 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 Dvcn_v3_0.c1408 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 Dufshci.h511 u8 command_type:4;
522 u8 command_type:4;
510 u8 command_type:4; global() member
521 u8 command_type:4; global() member
H A Dufshcd.h165 * @command_type: SCSI, UFS, Query.
190 int command_type; member
/linux/drivers/mmc/host/
H A Dvub300.c64 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 Dport100.c978 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 Dufs-mcq.c595 utrd->header.command_type = 0xf;
H A Dufshcd.c2755 lrbp->command_type = UTP_CMD_TYPE_UFS_STORAGE; in ufshcd_prepare_req_desc_hdr()
2770 h->command_type = lrbp->command_type; in ufshcd_prepare_req_desc_hdr()
11200 .command_type = 5, in ufshcd_check_header_layout()
/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c3380 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 Dlpfc_sli.c22673 u8 command_type = ELS_COMMAND_NON_FIP; in lpfc_free_cmd_rsp_buf_per_hdwq()
22678 command_type = FCP_COMMAND;
22680 command_type = ELS_COMMAND_FIP;
22682 command_type = ELS_COMMAND_NON_FIP;
22775 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22784 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22798 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22810 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22827 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type); in lpfc_sli_prep_wqe()
22699 u8 command_type = ELS_COMMAND_NON_FIP; lpfc_sli_prep_wqe() local