Lines Matching defs:apc
54 struct mana_port_context *apc = netdev_priv(ndev); in mana_open() local
76 struct mana_port_context *apc = netdev_priv(ndev); in mana_close() local
124 static int mana_map_skb(struct sk_buff *skb, struct mana_port_context *apc, in mana_map_skb()
245 struct mana_port_context *apc = netdev_priv(ndev); in mana_start_xmit() local
461 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_stats64() local
504 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_tx_queue() local
734 static void mana_cleanup_port_context(struct mana_port_context *apc) in mana_cleanup_port_context()
746 static void mana_cleanup_indir_table(struct mana_port_context *apc) in mana_cleanup_indir_table()
753 static int mana_init_port_context(struct mana_port_context *apc) in mana_init_port_context()
809 static int mana_pf_register_hw_vport(struct mana_port_context *apc) in mana_pf_register_hw_vport()
840 static void mana_pf_deregister_hw_vport(struct mana_port_context *apc) in mana_pf_deregister_hw_vport()
866 static int mana_pf_register_filter(struct mana_port_context *apc) in mana_pf_register_filter()
896 static void mana_pf_deregister_filter(struct mana_port_context *apc) in mana_pf_deregister_filter()
969 static int mana_query_vport_cfg(struct mana_port_context *apc, u32 vport_index, in mana_query_vport_cfg()
1013 void mana_uncfg_vport(struct mana_port_context *apc) in mana_uncfg_vport()
1022 int mana_cfg_vport(struct mana_port_context *apc, u32 protection_dom_id, in mana_cfg_vport()
1092 static int mana_cfg_vport_steering(struct mana_port_context *apc, in mana_cfg_vport_steering()
1159 int mana_create_wq_obj(struct mana_port_context *apc, in mana_create_wq_obj()
1214 void mana_destroy_wq_obj(struct mana_port_context *apc, u32 wq_type, in mana_destroy_wq_obj()
1316 static int mana_fence_rq(struct mana_port_context *apc, struct mana_rxq *rxq) in mana_fence_rq()
1355 static void mana_fence_rqs(struct mana_port_context *apc) in mana_fence_rqs()
1386 static void mana_unmap_skb(struct sk_buff *skb, struct mana_port_context *apc) in mana_unmap_skb()
1412 struct mana_port_context *apc; in mana_poll_tx_cq() local
1729 struct mana_port_context *apc; in mana_process_rx_cqe() local
1874 static void mana_deinit_cq(struct mana_port_context *apc, struct mana_cq *cq) in mana_deinit_cq()
1884 static void mana_deinit_txq(struct mana_port_context *apc, struct mana_txq *txq) in mana_deinit_txq()
1894 static void mana_destroy_txq(struct mana_port_context *apc) in mana_destroy_txq()
1924 static void mana_create_txq_debugfs(struct mana_port_context *apc, int idx) in mana_create_txq_debugfs()
1949 static int mana_create_txq(struct mana_port_context *apc, in mana_create_txq()
2077 static void mana_destroy_rxq(struct mana_port_context *apc, in mana_destroy_rxq()
2168 static int mana_alloc_rx_wqe(struct mana_port_context *apc, in mana_alloc_rx_wqe()
2249 static struct mana_rxq *mana_create_rxq(struct mana_port_context *apc, in mana_create_rxq()
2376 static void mana_create_rxq_debugfs(struct mana_port_context *apc, int idx) in mana_create_rxq_debugfs()
2398 static int mana_add_rx_queues(struct mana_port_context *apc, in mana_add_rx_queues()
2426 static void mana_destroy_vport(struct mana_port_context *apc) in mana_destroy_vport()
2448 static int mana_create_vport(struct mana_port_context *apc, in mana_create_vport()
2469 static int mana_rss_table_alloc(struct mana_port_context *apc) in mana_rss_table_alloc()
2491 static void mana_rss_table_init(struct mana_port_context *apc) in mana_rss_table_init()
2500 int mana_config_rss(struct mana_port_context *apc, enum TRI_STATE rx, in mana_config_rss()
2523 void mana_query_gf_stats(struct mana_port_context *apc) in mana_query_gf_stats()
2611 struct mana_port_context *apc = netdev_priv(ndev); in mana_init_port() local
2652 struct mana_port_context *apc = netdev_priv(ndev); in mana_alloc_queues() local
2709 struct mana_port_context *apc = netdev_priv(ndev); in mana_attach() local
2741 struct mana_port_context *apc = netdev_priv(ndev); in mana_dealloc_queues() local
2815 struct mana_port_context *apc = netdev_priv(ndev); in mana_detach() local
2849 struct mana_port_context *apc; in mana_probe_port() local
3098 struct mana_port_context *apc; in mana_remove() local