if_iavf.c | 678 iavf_aq_vc_set_opcode(struct ixl_aq_desc *iaq, uint32_t opcode) 682 vc = (struct iavf_aq_vc *)&iaq->iaq_cookie; 687 iavf_aq_vc_get_opcode(const struct ixl_aq_desc *iaq) 691 vc = (const struct iavf_aq_vc *)&iaq->iaq_cookie; 696 iavf_aq_vc_get_retval(const struct ixl_aq_desc *iaq) 700 vc = (const struct iavf_aq_vc *)&iaq->iaq_cookie; 3754 iavf_aq_vc_opcode_str(const struct ixl_aq_desc *iaq) 3757 switch (iavf_aq_vc_get_opcode(iaq)) { 3806 iavf_aq_dump(const struct iavf_softc *sc, const struct ixl_aq_desc *iaq, 3816 snprintb(buf, len, IXL_AQ_FLAGS_FMT, le16toh(iaq->iaq_flags)) 3836 struct ixl_aq_desc *arq, *iaq; local in function:iavf_arq_fill 4003 struct ixl_aq_desc *arq, *iaq; local in function:iavf_arq_poll 4069 struct ixl_aq_desc *arq, *iaq; local in function:iavf_arq 4185 struct ixl_aq_desc iaq; local in function:iavf_atq_poll 4530 struct ixl_aq_desc iaq; local in function:iavf_get_version 4562 struct ixl_aq_desc iaq; local in function:iavf_get_vf_resources 4597 struct ixl_aq_desc iaq; local in function:iavf_get_stats 4634 struct ixl_aq_desc iaq; local in function:iavf_config_irq_map 4699 struct ixl_aq_desc iaq; local in function:iavf_config_vsi_queues 4763 struct ixl_aq_desc iaq; local in function:iavf_config_hena 4810 struct ixl_aq_desc iaq; local in function:iavf_config_rss_key 4844 struct ixl_aq_desc iaq; local in function:iavf_config_rss_lut 4883 struct ixl_aq_desc iaq; local in function:iavf_queue_select 4914 struct ixl_aq_desc iaq; local in function:iavf_request_queues 4942 struct ixl_aq_desc iaq; local in function:iavf_reset_vf 4963 struct ixl_aq_desc iaq; local in function:iavf_eth_addr 5008 struct ixl_aq_desc iaq; local in function:iavf_config_promisc_mode 5045 struct ixl_aq_desc iaq; local in function:iavf_config_vlan_stripping 5067 struct ixl_aq_desc iaq; local in function:iavf_config_vlan_id [all...] |