Lines Matching refs:byte_count
481 u32 byte_count = 0; in aac_send_raw_srb() local
635 byte_count = 0; in aac_send_raw_srb()
687 byte_count += sg_count[i]; in aac_send_raw_srb()
693 hbacmd->data_length = cpu_to_le32(byte_count); in aac_send_raw_srb()
747 byte_count += sg_count[i]; in aac_send_raw_srb()
803 byte_count += sg_count[i]; in aac_send_raw_srb()
808 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
857 byte_count += usg->sg[i].count; in aac_send_raw_srb()
897 byte_count += sg_count[i]; in aac_send_raw_srb()
901 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
943 reply.data_xfer_length = byte_count; in aac_send_raw_srb()
949 reply.data_xfer_length = byte_count - in aac_send_raw_srb()