Searched refs:efx_rep (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | ef100_rep.c | 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() [all …]
|
D | ef100_rep.h | 43 struct efx_rep { struct 60 void efx_ef100_vfrep_destroy(struct efx_nic *efx, struct efx_rep *efv); argument 63 void efx_ef100_rep_rx_packet(struct efx_rep *efv, struct efx_rx_buffer *rx_buf); 68 struct efx_rep *efx_ef100_find_rep_by_mport(struct efx_nic *efx, u16 mport);
|
D | tc.h | 104 struct efx_rep; 106 int efx_tc_configure_default_rule_rep(struct efx_rep *efv); 110 struct flow_cls_offload *tc, struct efx_rep *efv);
|
D | tc_bindings.h | 17 struct efx_rep; 21 struct flow_block_offload *tcb, struct efx_rep *efv);
|
D | tc_bindings.c | 17 struct efx_rep *efv; 58 struct efx_nic *efx, struct efx_rep *efv, in efx_tc_create_binding() 74 struct flow_block_offload *tcb, struct efx_rep *efv) in efx_tc_setup_block()
|
D | tc.c | 24 static struct efx_rep *efx_tc_flower_lookup_efv(struct efx_nic *efx, in efx_tc_flower_lookup_efv() 27 struct efx_rep *efv; in efx_tc_flower_lookup_efv() 47 static s64 efx_tc_flower_external_mport(struct efx_nic *efx, struct efx_rep *efv) in efx_tc_flower_external_mport() 174 struct efx_rep *efv) in efx_tc_flower_replace() 181 struct efx_rep *from_efv, *to_efv; in efx_tc_flower_replace() 414 struct flow_cls_offload *tc, struct efx_rep *efv) in efx_tc_flower() 495 int efx_tc_configure_default_rule_rep(struct efx_rep *efv) in efx_tc_configure_default_rule_rep()
|
D | ef100_netdev.h | 18 struct efx_rep *efv);
|
D | ef100_tx.h | 27 struct efx_rep *efv);
|
D | ef100_sriov.c | 20 struct efx_rep *efv, *next; in efx_ef100_pci_sriov_enable()
|
D | ef100_tx.c | 258 struct efx_rep *efv) in ef100_tx_make_descriptors() 376 struct efx_rep *efv) in __ef100_enqueue_skb()
|
D | ef100_rx.c | 89 struct efx_rep *efv; in __ef100_rx_packet()
|
D | ef100_netdev.c | 209 struct efx_rep *efv) in __ef100_hard_start_xmit()
|
D | efx_common.c | 1399 struct efx_rep *efv; in efx_detach_reps() 1418 struct efx_rep *efv; in efx_attach_reps()
|