Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c239 char *dst, int dst_len, char *add, int add_len, size_t *c_len) in qat_compress_impl() argument
256 Cpa32U num_add_buf = (add_len >> PAGE_SHIFT) + 2; in qat_compress_impl()
371 bytes_left = add_len; in qat_compress_impl()
526 size_t add_len = 0; in qat_compress() local
530 add_len = dst_len; in qat_compress()
531 add = zio_data_buf_alloc(add_len); in qat_compress()
535 dst_len, add, add_len, c_len); in qat_compress()
538 zio_data_buf_free(add, add_len); in qat_compress()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c3597 uint16_t add_len; in hns3_xmit_pkts() local
3600 add_len = txq->min_tx_pkt_len - in hns3_xmit_pkts()
3602 appended = rte_pktmbuf_append(tx_pkt, add_len); in hns3_xmit_pkts()
3608 memset(appended, 0, add_len); in hns3_xmit_pkts()