Searched refs:pad_bytes (Results 1 – 2 of 2) sorted by relevance
563 int pad_bytes, align_hdr_pad; in gve_fifo_bytes_required() local566 pad_bytes = gve_tx_fifo_pad_alloc_one_frag(&tx->fifo, first_seg_len); in gve_fifo_bytes_required()569 bytes = align_hdr_pad + pad_bytes + pkt_len; in gve_fifo_bytes_required()635 int pad_bytes, hdr_nfrags, payload_nfrags; in gve_xmit() local724 pad_bytes = gve_tx_fifo_pad_alloc_one_frag(&tx->fifo, first_seg_len); in gve_xmit()725 hdr_nfrags = gve_tx_alloc_fifo(&tx->fifo, first_seg_len + pad_bytes, in gve_xmit()
1159 int pad_bytes = 0; in ath10k_get_htt_tx_data_rssi_pad() local1162 pad_bytes += sizeof(extd.a_retries) / in ath10k_get_htt_tx_data_rssi_pad()1166 pad_bytes += sizeof(extd.t_stamp) / sizeof(extd.msdus_rssi[0]); in ath10k_get_htt_tx_data_rssi_pad()1168 return pad_bytes; in ath10k_get_htt_tx_data_rssi_pad()