> > + > > +/** > > + * ufshcd_exec_raw_upiu_cmd - API function for sending raw upiu > commands > > + * @hba: per-adapter instance > > + * @req_upiu: upiu request > > + * @rsp_upiu: upiu reply - only 8 DW as we do not support scsi > commands > > + * @msgcode: message code, one of UPIU Transaction Codes Initiator > to Target > > + * @desc_buff: pointer to descriptor buffer, NULL if NA > > + * @buff_len: descriptor size, 0 if NA > > + * @rw: either READ or WRITE > > Actually, this isn't a normal READ vs WRITE, but it is read/write or > none. Either we should move this to a enum dma_data_direction, > or still apply an arbitrary read vs write and check for a 0 buff_len > instead of passing the magic UFS_BSG_NOP later in this series. Done.
- RE: [PATCH v6 3/7] scsi: ufs: Add ufs-bsg module Avri Altman
- Re: [PATCH v6 3/7] scsi: ufs: Add ufs-bsg modul... Christoph Hellwig
- [PATCH v6 2/7] scsi: ufs: add a low-level __ufshcd_issue... Avri Altman
- [PATCH v6 6/7] scsi: ufs-bsg: Add support for raw upiu i... Avri Altman
- Re: [PATCH v6 6/7] scsi: ufs-bsg: Add support for r... Christoph Hellwig
- [PATCH v6 5/7] scsi: ufs: Add API to execute raw upiu co... Avri Altman
- Re: [PATCH v6 5/7] scsi: ufs: Add API to execute ra... Christoph Hellwig
- Re: [PATCH v6 5/7] scsi: ufs: Add API to execute ra... Christoph Hellwig
- RE: [PATCH v6 5/7] scsi: ufs: Add API to execut... Avri Altman
- [PATCH v6 4/7] scsi: ufs: Use data structure size in poi... Avri Altman
- Re: [PATCH v6 4/7] scsi: ufs: Use data structure si... Christoph Hellwig
- [PATCH v6 7/7] scsi: ufs-bsg: Add support for uic comman... Avri Altman
- Re: [PATCH v6 7/7] scsi: ufs-bsg: Add support for u... Christoph Hellwig

