Lines Matching refs:efx_rep
25 static int efx_ef100_rep_init_struct(struct efx_nic *efx, struct efx_rep *efv, in efx_ef100_rep_init_struct()
44 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_open()
53 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_close()
63 struct efx_rep *efv = netdev_priv(dev); in efx_ef100_rep_xmit()
82 struct efx_rep *efv = netdev_priv(dev); in efx_ef100_rep_get_port_parent_id()
96 struct efx_rep *efv = netdev_priv(dev); in efx_ef100_rep_get_phys_port_name()
113 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_setup_tc()
127 struct efx_rep *efv = netdev_priv(dev); in efx_ef100_rep_get_stats64()
155 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_ethtool_get_msglevel()
163 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_ethtool_set_msglevel()
173 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_ethtool_get_ringparam()
184 struct efx_rep *efv = netdev_priv(net_dev); in efx_ef100_rep_ethtool_set_ringparam()
201 static struct efx_rep *efx_ef100_rep_create_netdev(struct efx_nic *efx, in efx_ef100_rep_create_netdev()
205 struct efx_rep *efv; in efx_ef100_rep_create_netdev()
242 static int efx_ef100_configure_rep(struct efx_rep *efv) in efx_ef100_configure_rep()
262 static void efx_ef100_deconfigure_rep(struct efx_rep *efv) in efx_ef100_deconfigure_rep()
269 static void efx_ef100_rep_destroy_netdev(struct efx_rep *efv) in efx_ef100_rep_destroy_netdev()
284 struct efx_rep *efv; in efx_ef100_vfrep_create()
319 void efx_ef100_vfrep_destroy(struct efx_nic *efx, struct efx_rep *efv) in efx_ef100_vfrep_destroy()
335 struct efx_rep *efv, *next; in efx_ef100_fini_vfreps()
346 struct efx_rep *efv = container_of(napi, struct efx_rep, napi); in efx_ef100_rep_poll()
383 void efx_ef100_rep_rx_packet(struct efx_rep *efv, struct efx_rx_buffer *rx_buf) in efx_ef100_rep_rx_packet()
434 struct efx_rep *efx_ef100_find_rep_by_mport(struct efx_nic *efx, u16 mport) in efx_ef100_find_rep_by_mport()
436 struct efx_rep *efv, *out = NULL; in efx_ef100_find_rep_by_mport()