Home
last modified time | relevance | path

Searched refs:command_type (Results 1 – 15 of 15) 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 Dvcn_v2_5.c1413 direct_wt.cmd_header.command_type = MMSCH_COMMAND__DIRECT_REG_WRITE; in vcn_v2_5_sriov_start()
1414 direct_rd_mod_wt.cmd_header.command_type = MMSCH_COMMAND__DIRECT_REG_READ_MODIFY_WRITE; in vcn_v2_5_sriov_start()
1415 end.cmd_header.command_type = MMSCH_COMMAND__END; in vcn_v2_5_sriov_start()
/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/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/mtd/nand/raw/
H A Dcadence-nand-controller.c452 u16 command_type; member
991 cdma_desc->command_type = ctype; in cadence_nand_cdma_desc_prepare()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c22693 u8 command_type = ELS_COMMAND_NON_FIP; in lpfc_sli_prep_wqe() local
22698 command_type = FCP_COMMAND; in lpfc_sli_prep_wqe()
22700 command_type = ELS_COMMAND_FIP; in lpfc_sli_prep_wqe()
22702 command_type = ELS_COMMAND_NON_FIP; in lpfc_sli_prep_wqe()
22795 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22804 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22818 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22830 command_type = OTHER_COMMAND; in lpfc_sli_prep_wqe()
22847 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type); in lpfc_sli_prep_wqe()
/linux/drivers/ufs/core/
H A Dufshcd.c2756 lrbp->command_type = UTP_CMD_TYPE_UFS_STORAGE; in ufshcd_prepare_req_desc_hdr()
2771 h->command_type = lrbp->command_type; in ufshcd_prepare_req_desc_hdr()
11221 .command_type = 5, in ufshcd_check_header_layout()