Searched refs:prev_buf_size (Results 1 – 2 of 2) sorted by relevance
521 uint32_t prev_buf_size = 0; in gmac_try_send_next_packet() local571 buf = &tx_send_buffer[prev_buf_size]; in gmac_try_send_next_packet()573 if ((prev_buf_size + tx_buf_len) > sizeof(buf)) { in gmac_try_send_next_packet()574 tx_buffer_size = prev_buf_size + tx_buf_len; in gmac_try_send_next_packet()576 buf = &tx_send_buffer[prev_buf_size]; in gmac_try_send_next_packet()587 prev_buf_size += tx_buf_len; in gmac_try_send_next_packet()594 buf = &tx_send_buffer[prev_buf_size]; in gmac_try_send_next_packet()596 if ((prev_buf_size + tx_buf_len) > sizeof(buf)) { in gmac_try_send_next_packet()597 tx_buffer_size = prev_buf_size + tx_buf_len; in gmac_try_send_next_packet()599 buf = &tx_send_buffer[prev_buf_size]; in gmac_try_send_next_packet()[all …]
1941 size_t prev_buf_size; in symbol__disassemble_bpf() local1960 prev_buf_size = buf_size; in symbol__disassemble_bpf()1977 args->line = buf + prev_buf_size; in symbol__disassemble_bpf()