Home
last modified time | relevance | path

Searched refs:tpad (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/caif/
H A Dcaif_hsi.c86 int hpad, tpad, len; in cfhsi_update_aggregation_stats() local
90 tpad = PAD_POW2((skb->len + hpad), cfhsi->cfg.tail_align); in cfhsi_update_aggregation_stats()
91 len = skb->len + hpad + tpad; in cfhsi_update_aggregation_stats()
235 int tpad; in cfhsi_tx_frm() local
241 tpad = PAD_POW2((skb->len + hpad), cfhsi->cfg.tail_align); in cfhsi_tx_frm()
244 if ((skb->len + hpad + tpad) <= CFHSI_MAX_EMB_FRM_SZ) { in cfhsi_tx_frm()
270 int tpad; in cfhsi_tx_frm() local
282 tpad = PAD_POW2((skb->len + hpad), cfhsi->cfg.tail_align); in cfhsi_tx_frm()
285 desc->cffrm_len[nfrms] = hpad + skb->len + tpad; in cfhsi_tx_frm()
305 pfrm += skb->len + tpad; in cfhsi_tx_frm()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_isr.c245 u16 tpad; in __qla_copy_purex_to_buffer() local
255 tpad = roundup(total_bytes, 4); in __qla_copy_purex_to_buffer()
257 if (buf_len < tpad) { in __qla_copy_purex_to_buffer()
260 __func__, buf_len, tpad); in __qla_copy_purex_to_buffer()
265 pending_bytes = total_bytes = tpad; in __qla_copy_purex_to_buffer()

Completed in 7 milliseconds