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()
974 static int mana_query_vport_cfg(struct mana_port_context *apc, u32 vport_index, in mana_query_vport_cfg()
1018 void mana_uncfg_vport(struct mana_port_context *apc) in mana_uncfg_vport()
1027 int mana_cfg_vport(struct mana_port_context *apc, u32 protection_dom_id, in mana_cfg_vport()
1097 static int mana_cfg_vport_steering(struct mana_port_context *apc, in mana_cfg_vport_steering()
1164 int mana_create_wq_obj(struct mana_port_context *apc, in mana_create_wq_obj()
1219 void mana_destroy_wq_obj(struct mana_port_context *apc, u32 wq_type, in mana_destroy_wq_obj()
1321 static int mana_fence_rq(struct mana_port_context *apc, struct mana_rxq *rxq) in mana_fence_rq()
1360 static void mana_fence_rqs(struct mana_port_context *apc) in mana_fence_rqs()
1391 static void mana_unmap_skb(struct sk_buff *skb, struct mana_port_context *apc) in mana_unmap_skb()
1417 struct mana_port_context *apc; in mana_poll_tx_cq() local
1734 struct mana_port_context *apc; in mana_process_rx_cqe() local
1879 static void mana_deinit_cq(struct mana_port_context *apc, struct mana_cq *cq) in mana_deinit_cq()
1889 static void mana_deinit_txq(struct mana_port_context *apc, struct mana_txq *txq) in mana_deinit_txq()
1899 static void mana_destroy_txq(struct mana_port_context *apc) in mana_destroy_txq()
1929 static void mana_create_txq_debugfs(struct mana_port_context *apc, int idx) in mana_create_txq_debugfs()
1954 static int mana_create_txq(struct mana_port_context *apc, in mana_create_txq()
2082 static void mana_destroy_rxq(struct mana_port_context *apc, in mana_destroy_rxq()
2173 static int mana_alloc_rx_wqe(struct mana_port_context *apc, in mana_alloc_rx_wqe()
2254 static struct mana_rxq *mana_create_rxq(struct mana_port_context *apc, in mana_create_rxq()
2381 static void mana_create_rxq_debugfs(struct mana_port_context *apc, int idx) in mana_create_rxq_debugfs()
2403 static int mana_add_rx_queues(struct mana_port_context *apc, in mana_add_rx_queues()
2431 static void mana_destroy_vport(struct mana_port_context *apc) in mana_destroy_vport()
2453 static int mana_create_vport(struct mana_port_context *apc, in mana_create_vport()
2474 static int mana_rss_table_alloc(struct mana_port_context *apc) in mana_rss_table_alloc()
2496 static void mana_rss_table_init(struct mana_port_context *apc) in mana_rss_table_init()
2505 int mana_config_rss(struct mana_port_context *apc, enum TRI_STATE rx, in mana_config_rss()
2528 void mana_query_gf_stats(struct mana_port_context *apc) in mana_query_gf_stats()
2616 struct mana_port_context *apc = netdev_priv(ndev); in mana_init_port() local
2657 struct mana_port_context *apc = netdev_priv(ndev); in mana_alloc_queues() local
2714 struct mana_port_context *apc = netdev_priv(ndev); in mana_attach() local
2746 struct mana_port_context *apc = netdev_priv(ndev); in mana_dealloc_queues() local
2820 struct mana_port_context *apc = netdev_priv(ndev); in mana_detach() local
2854 struct mana_port_context *apc; in mana_probe_port() local
3170 struct mana_port_context *apc; in mana_remove() local