Searched refs:align_hdr_pad (Results 1 – 1 of 1) sorted by relevance
563 int pad_bytes, align_hdr_pad; in gve_fifo_bytes_required() local568 align_hdr_pad = roundup2(first_seg_len, CACHE_LINE_SIZE) - first_seg_len; in gve_fifo_bytes_required()569 bytes = align_hdr_pad + pad_bytes + pkt_len; in gve_fifo_bytes_required()