Lines Matching refs:byte_count
497 u32 byte_count = 0; in aac_send_raw_srb() local
646 byte_count = 0; in aac_send_raw_srb()
698 byte_count += sg_count[i]; in aac_send_raw_srb()
704 hbacmd->data_length = cpu_to_le32(byte_count); in aac_send_raw_srb()
758 byte_count += sg_count[i]; in aac_send_raw_srb()
814 byte_count += sg_count[i]; in aac_send_raw_srb()
819 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
870 byte_count += usg->sg[i].count; in aac_send_raw_srb()
910 byte_count += sg_count[i]; in aac_send_raw_srb()
914 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
956 reply.data_xfer_length = byte_count; in aac_send_raw_srb()
962 reply.data_xfer_length = byte_count - in aac_send_raw_srb()