Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dvub300.c67 u8 command_type; /* Bit7 - Rd/Wr */ member
82 u8 command_type; /* Bit7 - Rd/Wr */ member
99 u8 command_type; member
145 u8 command_type; member
488 vub300->cmnd.poll.command_type = 2; in send_irqpoll()
1074 vub300->cmnd.head.command_type = 0x00; /* standard read command */ in send_command()
1087 vub300->cmnd.head.command_type = 0x00; in send_command()
1097 vub300->cmnd.head.command_type = 0x00; in send_command()
1121 vub300->cmnd.head.command_type = in send_command()
1140 vub300->cmnd.head.command_type = in send_command()
/drivers/scsi/ufs/
Dufshcd.h173 int command_type; member
Dufshcd.c1142 dword_0 = data_direction | (lrbp->command_type in ufshcd_prepare_req_desc_hdr()
1245 switch (lrbp->command_type) { in ufshcd_compose_upiu()
1274 __func__, lrbp->command_type); in ufshcd_compose_upiu()
1386 lrbp->command_type = UTP_CMD_TYPE_SCSI; in ufshcd_queuecommand()
1415 lrbp->command_type = UTP_CMD_TYPE_DEV_MANAGE; in ufshcd_compose_dev_cmd()
3250 } else if (lrbp->command_type == UTP_CMD_TYPE_DEV_MANAGE) { in ufshcd_transfer_req_compl()
/drivers/nfc/
Dport100.c908 static int port100_set_command_type(struct port100 *dev, u8 command_type) in port100_set_command_type() argument
918 *skb_put(skb, sizeof(u8)) = command_type; in port100_set_command_type()
/drivers/scsi/bfa/
Dbfad_bsg.c3364 uint32_t command_type = job->request->msgcode; in bfad_im_bsg_els_ct_request() local
3426 if (command_type == FC_BSG_HST_ELS_NOLOGIN || in bfad_im_bsg_els_ct_request()
3427 command_type == FC_BSG_HST_CT) { in bfad_im_bsg_els_ct_request()
3431 } else if (command_type == FC_BSG_RPT_ELS || in bfad_im_bsg_els_ct_request()
3432 command_type == FC_BSG_RPT_CT) { in bfad_im_bsg_els_ct_request()
/drivers/scsi/lpfc/
Dlpfc_sli.c8182 uint8_t command_type = ELS_COMMAND_NON_FIP; in lpfc_sli4_iocb2wqe() local
8198 command_type = FCP_COMMAND; in lpfc_sli4_iocb2wqe()
8200 command_type = ELS_COMMAND_FIP; in lpfc_sli4_iocb2wqe()
8202 command_type = ELS_COMMAND_NON_FIP; in lpfc_sli4_iocb2wqe()
8266 if (command_type == ELS_COMMAND_FIP) in lpfc_sli4_iocb2wqe()
8328 command_type = OTHER_COMMAND; in lpfc_sli4_iocb2wqe()
8345 command_type = FCP_COMMAND_DATA_OUT; in lpfc_sli4_iocb2wqe()
8465 command_type = OTHER_COMMAND; in lpfc_sli4_iocb2wqe()
8517 command_type = OTHER_COMMAND; in lpfc_sli4_iocb2wqe()
8555 command_type = OTHER_COMMAND; in lpfc_sli4_iocb2wqe()
[all …]