Home
last modified time | relevance | path

Searched refs:epop (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_proxy.c44 const efx_proxy_ops_t *epop; in efx_proxy_auth_init() local
54 epop = &__efx_proxy_dummy_ops; in efx_proxy_auth_init()
60 epop = &__efx_proxy_ef10_ops; in efx_proxy_auth_init()
66 epop = &__efx_proxy_ef10_ops; in efx_proxy_auth_init()
72 epop = &__efx_proxy_ef10_ops; in efx_proxy_auth_init()
82 if (epop->epo_init == NULL) { in efx_proxy_auth_init()
90 enp->en_epop = epop; in efx_proxy_auth_init()
114 if ((epop != NULL) && (epop->epo_fini != NULL)) in efx_proxy_auth_fini()
115 epop->epo_fini(enp); in efx_proxy_auth_fini()
193 rc = epop->epo_disable(enp); in efx_proxy_auth_destroy()
[all …]
H A Defx_phy.c77 const efx_phy_ops_t *epop; in efx_phy_probe() local
89 epop = &__efx_phy_siena_ops; in efx_phy_probe()
95 epop = &__efx_phy_ef10_ops; in efx_phy_probe()
101 epop = &__efx_phy_ef10_ops; in efx_phy_probe()
107 epop = &__efx_phy_ef10_ops; in efx_phy_probe()
113 epop = &__efx_phy_rhead_ops; in efx_phy_probe()
122 epp->ep_epop = epop; in efx_phy_probe()
145 return (epop->epo_verify(enp)); in efx_phy_verify()
571 if (epop->epo_bist_poll == NULL) { in efx_bist_poll()
606 if (epop->epo_bist_stop != NULL) in efx_bist_stop()
[all …]
H A Defx_pci.c15 __in const efx_pci_ops_t *epop, in efx_pci_config_next_ext_cap() argument
30 rc = epop->epo_config_readd(espcp, *offsetp + in efx_pci_config_next_ext_cap()
62 __in const efx_pci_ops_t *epop, in efx_pci_config_find_next_ext_cap() argument
86 rc = epop->epo_config_readd(espcp, position + in efx_pci_config_find_next_ext_cap()
121 __in const efx_pci_ops_t *epop, in efx_pci_find_next_xilinx_cap_table() argument
140 rc = efx_pci_config_find_next_ext_cap(espcp, epop, in efx_pci_find_next_xilinx_cap_table()
189 __in const efx_pci_ops_t *epop, in efx_pci_read_ext_cap_xilinx_table() argument
206 rc = epop->epo_config_readd(espcp, cap_offset + in efx_pci_read_ext_cap_xilinx_table()
220 rc = epop->epo_config_readd(espcp, vsec_offset + in efx_pci_read_ext_cap_xilinx_table()
247 rc = epop->epo_config_readd(espcp, vsec_offset + in efx_pci_read_ext_cap_xilinx_table()
[all …]
H A Defx_port.c15 const efx_phy_ops_t *epop = epp->ep_epop; in efx_port_init() local
46 if (epop->epo_power != NULL) { in efx_port_init()
47 if ((rc = epop->epo_power(enp, B_TRUE)) != 0) in efx_port_init()
50 if ((rc = epop->epo_reset(enp)) != 0) in efx_port_init()
57 if ((rc = epop->epo_reconfigure(enp)) != 0) in efx_port_init()
212 const efx_phy_ops_t *epop = epp->ep_epop; in efx_port_fini() local
226 if (epop->epo_power != NULL) in efx_port_fini()
227 (void) epop->epo_power(enp, B_FALSE); in efx_port_fini()
H A Drhead_pci.c50 __in const efx_pci_ops_t *epop, in rhead_pci_nic_membar_lookup() argument
69 rc = efx_pci_find_next_xilinx_cap_table(espcp, epop, in rhead_pci_nic_membar_lookup()
95 rc = epop->epo_find_mem_bar(espcp, xilinx_tbl_bar, &xil_eb); in rhead_pci_nic_membar_lookup()
115 rc = epop->epo_find_mem_bar(espcp, ebrp->ebr_index, &nic_eb); in rhead_pci_nic_membar_lookup()
H A Dsiena_mac.c183 const efx_phy_ops_t *epop = epp->ep_epop; in siena_mac_loopback_set() local
194 if ((rc = epop->epo_reconfigure(enp)) != 0) in siena_mac_loopback_set()
H A Defx_impl.h1631 __in const efx_pci_ops_t *epop,
1646 __in const efx_pci_ops_t *epop,
1659 __in const efx_pci_ops_t *epop,
1675 __in const efx_pci_ops_t *epop,
H A Defx_mac.c321 const efx_phy_ops_t *epop = epp->ep_epop; in efx_mac_fcntl_set() local
364 if ((rc = epop->epo_reconfigure(enp)) != 0) in efx_mac_fcntl_set()
H A Drhead_impl.h468 __in const efx_pci_ops_t *epop,
H A Defx_nic.c113 __in const efx_pci_ops_t *epop, in efx_family_probe_bar() argument
125 rc = rhead_pci_nic_membar_lookup(espcp, epop, ebrp); in efx_family_probe_bar()
H A Def10_mac.c426 const efx_phy_ops_t *epop = epp->ep_epop; in ef10_mac_loopback_set() local
437 if ((rc = epop->epo_reconfigure(enp)) != 0) in ef10_mac_loopback_set()
H A Defx.h126 __in const efx_pci_ops_t *epop,