Home
last modified time | relevance | path

Searched refs:pad_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve_tx.c532 int pad_bytes, align_hdr_pad; in gve_fifo_bytes_required() local
535 pad_bytes = gve_tx_fifo_pad_alloc_one_frag(&tx->fifo, first_seg_len); in gve_fifo_bytes_required()
538 bytes = align_hdr_pad + pad_bytes + pkt_len; in gve_fifo_bytes_required()
604 int pad_bytes, hdr_nfrags, payload_nfrags; in gve_xmit() local
691 pad_bytes = gve_tx_fifo_pad_alloc_one_frag(&tx->fifo, first_seg_len); in gve_xmit()
692 hdr_nfrags = gve_tx_alloc_fifo(&tx->fifo, first_seg_len + pad_bytes, in gve_xmit()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhw.c1157 int pad_bytes = 0; in ath10k_get_htt_tx_data_rssi_pad() local
1160 pad_bytes += sizeof(extd.a_retries) / in ath10k_get_htt_tx_data_rssi_pad()
1164 pad_bytes += sizeof(extd.t_stamp) / sizeof(extd.msdus_rssi[0]); in ath10k_get_htt_tx_data_rssi_pad()
1166 return pad_bytes; in ath10k_get_htt_tx_data_rssi_pad()