Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.c56 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw() argument
71 *fw_ops = &aq_fw_1x_ops; in hw_atl_utils_initfw()
74 *fw_ops = &aq_fw_2x_ops; in hw_atl_utils_initfw()
77 *fw_ops = &aq_fw_2x_ops; in hw_atl_utils_initfw()
83 self->aq_fw_ops = *fw_ops; in hw_atl_utils_initfw()
H A Dhw_atl_utils.h602 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops);