Lines Matching refs:data_len
620 u_int32_t data_len; /* Number of valid bytes after this field */ member
799 u_int32_t data_len; /* If sg=0 Data Length, if sg=1 sglist length */ member
1114 info.data_len = DEV2H(info.data_len); in port_detect()
1130 if (info.data_len < EATA_2_0A_SIZE) { in port_detect()
1133 name, info.data_len); in port_detect()
1135 } else if (info.data_len == EATA_2_0A_SIZE) in port_detect()
1137 else if (info.data_len == EATA_2_0B_SIZE) in port_detect()
1402 info.second, info.data_len, info.cp_len, info.sp_len); in port_detect()
1618 cpp->data_len = 0; in map_dma()
1636 cpp->data_len = H2DEV((scsi_sg_count(SCpnt) * sizeof(struct sg_list))); in map_dma()
1657 if (!DEV2H(cpp->data_len)) in unmap_dma()
1662 DEV2H(cpp->data_len), pci_dir); in unmap_dma()
1684 if (!DEV2H(cpp->data_len)) in sync_dma()
1690 DEV2H(cpp->data_len), pci_dir); in sync_dma()