Lines Matching refs:byte_count
496 u32 byte_count = 0; in aac_send_raw_srb() local
650 byte_count = 0; in aac_send_raw_srb()
702 byte_count += sg_count[i]; in aac_send_raw_srb()
708 hbacmd->data_length = cpu_to_le32(byte_count); in aac_send_raw_srb()
762 byte_count += sg_count[i]; in aac_send_raw_srb()
818 byte_count += sg_count[i]; in aac_send_raw_srb()
823 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
872 byte_count += usg->sg[i].count; in aac_send_raw_srb()
912 byte_count += sg_count[i]; in aac_send_raw_srb()
916 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
958 reply.data_xfer_length = byte_count; in aac_send_raw_srb()
964 reply.data_xfer_length = byte_count - in aac_send_raw_srb()