Lines Matching refs:efx_rep
27 static int efx_ef100_rep_init_struct(struct efx_nic *efx, struct efx_rep *efv, in efx_ef100_rep_init_struct()
46 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_open()
55 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_close()
65 struct efx_rep *efv = netdev_priv(dev); in efx_ef100_rep_xmit()
84 struct efx_rep *efv = netdev_priv(dev); in efx_ef100_rep_get_port_parent_id()
98 struct efx_rep *efv = netdev_priv(dev); in efx_ef100_rep_get_phys_port_name()
115 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_setup_tc()
129 struct efx_rep *efv = netdev_priv(dev); in efx_ef100_rep_get_stats64()
157 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_ethtool_get_msglevel()
165 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_ethtool_set_msglevel()
175 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_ethtool_get_ringparam()
186 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_ethtool_set_ringparam()
203 static struct efx_rep *efx_ef100_rep_create_netdev(struct efx_nic *efx, in efx_ef100_rep_create_netdev()
207 struct efx_rep *efv; in efx_ef100_rep_create_netdev()
244 static int efx_ef100_configure_rep(struct efx_rep *efv) in efx_ef100_configure_rep()
261 static void efx_ef100_deconfigure_rep(struct efx_rep *efv) in efx_ef100_deconfigure_rep()
268 static void efx_ef100_rep_destroy_netdev(struct efx_rep *efv) in efx_ef100_rep_destroy_netdev()
283 struct efx_rep *efv; in efx_ef100_vfrep_create()
320 void efx_ef100_vfrep_destroy(struct efx_nic *efx, struct efx_rep *efv) in efx_ef100_vfrep_destroy()
337 struct efx_rep *efv, *next; in efx_ef100_fini_vfreps()
395 struct efx_rep *efv = container_of(napi, struct efx_rep, napi); in efx_ef100_rep_poll()
432 void efx_ef100_rep_rx_packet(struct efx_rep *efv, struct efx_rx_buffer *rx_buf) in efx_ef100_rep_rx_packet()
483 struct efx_rep *efx_ef100_find_rep_by_mport(struct efx_nic *efx, u16 mport) in efx_ef100_find_rep_by_mport()
485 struct efx_rep *efv, *out = NULL; in efx_ef100_find_rep_by_mport()