Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c530 u32 num_dwords = len / sizeof(u32); in aq_fw2x_get_eeprom() local
581 if (num_dwords) { in aq_fw2x_get_eeprom()
585 num_dwords); in aq_fw2x_get_eeprom()
596 (num_dwords * sizeof(u32)), in aq_fw2x_get_eeprom()
640 u32 num_dwords = len / sizeof(u32); in aq_fw2x_set_eeprom() local
643 if (num_dwords) { in aq_fw2x_set_eeprom()
647 num_dwords); in aq_fw2x_set_eeprom()
656 rte_memcpy(&val, (u8 *)data + (sizeof(u32) * num_dwords), in aq_fw2x_set_eeprom()
661 (num_dwords * sizeof(u32)), in aq_fw2x_set_eeprom()
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.c707 nicvf_first_skip_config(struct nicvf *nic, uint8_t num_dwords) in nicvf_first_skip_config() argument
713 val |= (num_dwords & 0xf); in nicvf_first_skip_config()