Home
last modified time | relevance | path

Searched refs:mana_port_context (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/microsoft/mana/
Dmana_ethtool.c20 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_sset_count()
31 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_strings()
70 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_ethtool_stats()
127 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_rxnfc()
151 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_rxfh()
171 struct mana_port_context *apc = netdev_priv(ndev); in mana_set_rxfh()
221 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_channels()
230 struct mana_port_context *apc = netdev_priv(ndev); in mana_set_channels()
Dmana_en.c21 struct mana_port_context *apc = netdev_priv(ndev); in mana_open()
41 struct mana_port_context *apc = netdev_priv(ndev); in mana_close()
78 static int mana_map_skb(struct sk_buff *skb, struct mana_port_context *apc, in mana_map_skb()
134 struct mana_port_context *apc = netdev_priv(ndev); in mana_start_xmit()
301 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_stats64()
344 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_tx_queue()
389 static void mana_cleanup_port_context(struct mana_port_context *apc) in mana_cleanup_port_context()
395 static int mana_init_port_context(struct mana_port_context *apc) in mana_init_port_context()
451 static int mana_pf_register_hw_vport(struct mana_port_context *apc) in mana_pf_register_hw_vport()
482 static void mana_pf_deregister_hw_vport(struct mana_port_context *apc) in mana_pf_deregister_hw_vport()
[all …]
Dmana_bpf.c54 struct mana_port_context *apc = netdev_priv(ndev); in mana_xdp_xmit()
142 struct bpf_prog *mana_xdp_get(struct mana_port_context *apc) in mana_xdp_get()
149 static struct bpf_prog *mana_chn_xdp_get(struct mana_port_context *apc) in mana_chn_xdp_get()
155 void mana_chn_setxdp(struct mana_port_context *apc, struct bpf_prog *prog) in mana_chn_setxdp()
180 struct mana_port_context *apc = netdev_priv(ndev); in mana_xdp_set()
Dmana.h348 struct mana_port_context { struct
392 int mana_config_rss(struct mana_port_context *ac, enum TRI_STATE rx, argument
407 struct bpf_prog *mana_xdp_get(struct mana_port_context *apc);
408 void mana_chn_setxdp(struct mana_port_context *apc, struct bpf_prog *prog);