Home
last modified time | relevance | path

Searched refs:dwords (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.h196 void nicvf_first_skip_config(struct nicvf *nic, uint8_t dwords);
/f-stack/dpdk/drivers/net/e1000/
H A De1000_ethdev.h176 uint32_t dwords[E1000_MAX_FLEX_FILTER_DWDS]; /* flex bytes in dword. */ member
H A Digb_ethdev.c3920 filter->filter_info.dwords[j]); in igb_inject_flex_filter()
3923 filter->filter_info.dwords[++j]); in igb_inject_flex_filter()
3997 memcpy(flex_filter->filter_info.dwords, filter->bytes, filter->len); in eth_igb_add_del_flex_filter()
/f-stack/freebsd/arm64/iommu/
H A Dsmmu.c311 uint32_t prod_off, uint32_t cons_off, uint32_t dwords) in smmu_init_queue() argument
315 sz = (1 << q->size_log2) * dwords * 8; in smmu_init_queue()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.c1423 #define DWORDS_TO_BYTES(dwords) ((dwords) * REG_SIZE) argument
/f-stack/freebsd/crypto/openssl/aarch64/
H A Dvpaes-armv8.S817 ## Smears the dwords of %xmm7 by xoring the low into the
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c357 #define DWORDS_TO_BYTES(dwords) ((dwords) * BYTES_IN_DWORD) argument