Home
last modified time | relevance | path

Searched refs:hdr_sz (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/wil6210/
Dfw_inc.c604 size_t s, hdr_sz; in wil_fw_process() local
609 hdr_sz = le32_to_cpu(hdr->size); in wil_fw_process()
610 s = sizeof(*hdr) + hdr_sz; in wil_fw_process()
613 if (hdr_sz % 4) { in wil_fw_process()
615 hdr_sz); in wil_fw_process()
619 &hdr[1], hdr_sz, load); in wil_fw_process()
629 le16_to_cpu(hdr->type), hdr_sz); in wil_fw_process()
694 size_t s, hdr_sz = 0; in wil_brd_process() local
722 hdr_sz = le32_to_cpu(hdr->size); in wil_brd_process()
723 s = sizeof(*hdr) + hdr_sz; in wil_brd_process()
[all …]
/drivers/media/platform/mtk-vcodec/venc/
Dvenc_h264_if.c563 int hdr_sz; in h264_enc_encode() local
586 hdr_sz = bs_size_hdr; in h264_enc_encode()
587 hdr_sz_ext = (hdr_sz & (bs_alignment - 1)); in h264_enc_encode()
592 h264_encode_filler(inst, bs_buf->va + hdr_sz, in h264_enc_encode()
596 tmp_bs_buf.va = bs_buf->va + hdr_sz + filler_sz; in h264_enc_encode()
597 tmp_bs_buf.dma_addr = bs_buf->dma_addr + hdr_sz + filler_sz; in h264_enc_encode()
598 tmp_bs_buf.size = bs_buf->size - (hdr_sz + filler_sz); in h264_enc_encode()
605 result->bs_size = hdr_sz + filler_sz + bs_size_frm; in h264_enc_encode()
608 hdr_sz, filler_sz, bs_size_frm, in h264_enc_encode()
/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4239 int hdr_sz) in mvpp2_tso_put_hdr() argument
4247 mvpp2_txdesc_size_set(port, tx_desc, hdr_sz); in mvpp2_tso_put_hdr()
4303 int hdr_sz, i, len, descs = 0; in mvpp2_tx_tso() local
4312 hdr_sz = tso_start(skb, &tso); in mvpp2_tx_tso()
4314 len = skb->len - hdr_sz; in mvpp2_tx_tso()
4324 mvpp2_tso_put_hdr(skb, dev, txq, aggr_txq, txq_pcpu, hdr_sz); in mvpp2_tx_tso()
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c1518 size_t hdr_sz = sizeof(struct npc_kpu_profile_fwdata), offset = 0; in npc_apply_custom_kpu() local
1526 if (rvu->kpu_fwdata_sz < hdr_sz) { in npc_apply_custom_kpu()
1580 if (rvu->kpu_fwdata_sz < hdr_sz + offset) { in npc_apply_custom_kpu()