Lines Matching defs:apc

18 	struct mana_port_context *apc = netdev_priv(ndev);  in mana_open()  local
38 struct mana_port_context *apc = netdev_priv(ndev); in mana_close() local
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() local
298 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_stats64() local
340 struct mana_port_context *apc = netdev_priv(ndev); in mana_get_tx_queue() local
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()
554 static int mana_cfg_vport_steering(struct mana_port_context *apc, in mana_cfg_vport_steering()
618 static int mana_create_wq_obj(struct mana_port_context *apc, in mana_create_wq_obj()
672 static void mana_destroy_wq_obj(struct mana_port_context *apc, u32 wq_type, in mana_destroy_wq_obj()
767 static void mana_unmap_skb(struct sk_buff *skb, struct mana_port_context *apc) in mana_unmap_skb()
788 struct mana_port_context *apc; in mana_poll_tx_cq() local
1112 static void mana_deinit_cq(struct mana_port_context *apc, struct mana_cq *cq) in mana_deinit_cq()
1122 static void mana_deinit_txq(struct mana_port_context *apc, struct mana_txq *txq) in mana_deinit_txq()
1132 static void mana_destroy_txq(struct mana_port_context *apc) in mana_destroy_txq()
1157 static int mana_create_txq(struct mana_port_context *apc, in mana_create_txq()
1275 static void mana_destroy_rxq(struct mana_port_context *apc, in mana_destroy_rxq()
1322 static int mana_alloc_rx_wqe(struct mana_port_context *apc, in mana_alloc_rx_wqe()
1393 static struct mana_rxq *mana_create_rxq(struct mana_port_context *apc, in mana_create_rxq()
1505 static int mana_add_rx_queues(struct mana_port_context *apc, in mana_add_rx_queues()
1530 static void mana_destroy_vport(struct mana_port_context *apc) in mana_destroy_vport()
1547 static int mana_create_vport(struct mana_port_context *apc, in mana_create_vport()
1562 static void mana_rss_table_init(struct mana_port_context *apc) in mana_rss_table_init()
1571 int mana_config_rss(struct mana_port_context *apc, enum TRI_STATE rx, in mana_config_rss()
1589 struct mana_port_context *apc = netdev_priv(ndev); in mana_init_port() local
1625 struct mana_port_context *apc = netdev_priv(ndev); in mana_alloc_queues() local
1661 struct mana_port_context *apc = netdev_priv(ndev); in mana_attach() local
1694 struct mana_port_context *apc = netdev_priv(ndev); in mana_dealloc_queues() local
1737 struct mana_port_context *apc = netdev_priv(ndev); in mana_detach() local
1769 struct mana_port_context *apc; in mana_probe_port() local