Home
last modified time | relevance | path

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

/Linux-v5.15/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()
62 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_ethtool_stats()
106 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_rxnfc()
130 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_rxfh()
150 struct mana_port_context *apc = netdev_priv(ndev); in mana_set_rxfh()
200 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_channels()
209 struct mana_port_context *apc = netdev_priv(ndev); in mana_set_channels()
Dmana_en.c18 struct mana_port_context *apc = netdev_priv(ndev); in mana_open()
38 struct mana_port_context *apc = netdev_priv(ndev); in mana_close()
75 static int mana_map_skb(struct sk_buff *skb, struct mana_port_context *apc, in mana_map_skb()
131 struct mana_port_context *apc = netdev_priv(ndev); in mana_start_xmit()
298 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_stats64()
340 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_tx_queue()
383 static void mana_cleanup_port_context(struct mana_port_context *apc) in mana_cleanup_port_context()
389 static int mana_init_port_context(struct mana_port_context *apc) in mana_init_port_context()
482 static int mana_query_vport_cfg(struct mana_port_context *apc, u32 vport_index, in mana_query_vport_cfg()
517 static int mana_cfg_vport(struct mana_port_context *apc, u32 protection_dom_id, in mana_cfg_vport()
[all …]
Dmana.h330 struct mana_port_context { struct
370 int mana_config_rss(struct mana_port_context *ac, enum TRI_STATE rx, argument