Searched refs:headers_size (Results 1 – 2 of 2) sorted by relevance
52 size_t headers_size; in tx_header_fit_operation() local55 headers_size = (count + 1) * sizeof(struct gb_spi_transfer); in tx_header_fit_operation()57 return tx_size + headers_size > data_max ? 0 : 1; in tx_header_fit_operation()84 size_t headers_size; in calc_tx_xfer_size() local87 headers_size = (count + 1) * sizeof(struct gb_spi_transfer); in calc_tx_xfer_size()89 if (tx_size + headers_size + len > data_max) in calc_tx_xfer_size()
779 unsigned int headers_size; in config_source() local782 headers_size = dec_params->uncompressed_header_size in config_source()787 tmp_addr = stream_base + headers_size; in config_source()797 src_len += start_bit / 8 - headers_size; in config_source()
Completed in 7 milliseconds