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

/drivers/scsi/mvsas/
H A Dmv_94xx.c757 struct mvs_prd_imt im_len; local
758 *(u32 *)&im_len = 0;
761 im_len.len = sg_dma_len(sg);
762 buf_prd->im_len = cpu_to_le32(*(u32 *)&im_len);
960 struct mvs_prd_imt im_len; local
962 *(u32 *)&im_len = 0;
976 im_len.len = 2;
977 im_len.misc_ctl = PRD_CHAINED_ENTRY;
980 im_len
[all...]
H A Dmv_94xx.h239 __le32 im_len; member in struct:mvs_prd
/drivers/scsi/pm8001/
H A Dpm8001_sas.h224 struct pm8001_prd_imt im_len; /* 64-bit length */ member in struct:pm8001_prd
H A Dpm8001_hwi.c3918 buf_prd->im_len.len = cpu_to_le32(sg_dma_len(sg));
3919 buf_prd->im_len.e = 0;
4568 payload.len = info->sgl.im_len.len ;
4612 flash_update_info.sgl.im_len.len = cpu_to_le32(fw_control->len);
4613 flash_update_info.sgl.im_len.e = 0;

Completed in 94 milliseconds