Home
last modified time | relevance | path

Searched refs:ucd_rsp_ptr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd.c344 header = &hba->lrb[tag].ucd_rsp_ptr->header; in ufshcd_add_cmd_upiu_trace()
549 ufshcd_hex_dump("UPIU RSP: ", lrbp->ucd_rsp_ptr, in ufshcd_print_tr()
879 * @ucd_rsp_ptr: pointer to response UPIU
884 ufshcd_get_req_rsp(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_get_req_rsp() argument
886 return ucd_rsp_ptr->header.transaction_code; in ufshcd_get_req_rsp()
891 * @ucd_rsp_ptr: pointer to response UPIU
898 static inline bool ufshcd_is_exception_event(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_is_exception_event() argument
900 return ucd_rsp_ptr->header.device_information & 1; in ufshcd_is_exception_event()
2204 resp_len = be16_to_cpu(lrbp->ucd_rsp_ptr->header.data_segment_length); in ufshcd_copy_sense_data()
2208 len = be16_to_cpu(lrbp->ucd_rsp_ptr in ufshcd_copy_sense_data()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd.c476 ufshcd_hex_dump("UPIU RSP: ", lrbp->ucd_rsp_ptr, in ufshcd_print_trs()
756 * @ucd_rsp_ptr: pointer to response UPIU
759 ufshcd_get_req_rsp(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_get_req_rsp() argument
761 return be32_to_cpu(ucd_rsp_ptr->header.dword_0) >> 24; in ufshcd_get_req_rsp()
766 * @ucd_rsp_ptr: pointer to response UPIU
772 ufshcd_get_rsp_upiu_result(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_get_rsp_upiu_result() argument
774 return be32_to_cpu(ucd_rsp_ptr->header.dword_1) & MASK_RSP_UPIU_RESULT; in ufshcd_get_rsp_upiu_result()
780 * @ucd_rsp_ptr: pointer to response UPIU
785 ufshcd_get_rsp_upiu_data_seg_len(struct utp_upiu_rsp *ucd_rsp_ptr) in ufshcd_get_rsp_upiu_data_seg_len() argument
787 return be32_to_cpu(ucd_rsp_ptr in ufshcd_get_rsp_upiu_data_seg_len()
800 ufshcd_is_exception_event(struct utp_upiu_rsp *ucd_rsp_ptr) ufshcd_is_exception_event() argument
[all...]
H A Dufshcd.h149 * @ucd_rsp_ptr: Response UPIU address for this command
172 struct utp_upiu_rsp *ucd_rsp_ptr; member
/kernel/linux/linux-6.6/include/ufs/
H A Dufshcd.h155 * @ucd_rsp_ptr: Response UPIU address for this command
178 struct utp_upiu_rsp *ucd_rsp_ptr; member

Completed in 16 milliseconds