Lines Matching refs:mana_port_context

67 static int mana_up(struct mana_port_context *apc);
68 static int mana_down(struct mana_port_context *apc);
99 struct mana_port_context *apc = if_getsoftc(ifp); in mana_ifmedia_status()
126 struct mana_port_context *apc = if_getsoftc(ifp); in mana_get_counter()
154 mana_restart(struct mana_port_context *apc) in mana_restart()
171 struct mana_port_context *apc = if_getsoftc(ifp); in mana_ioctl()
353 mana_tx_map_mbuf(struct mana_port_context *apc, in mana_tx_map_mbuf()
401 mana_tx_unmap_mbuf(struct mana_port_context *apc, in mana_tx_unmap_mbuf()
414 mana_load_rx_mbuf(struct mana_port_context *apc, struct mana_rxq *rxq, in mana_load_rx_mbuf()
471 mana_unload_rx_mbuf(struct mana_port_context *apc, struct mana_rxq *rxq, in mana_unload_rx_mbuf()
498 struct mana_port_context *apc = if_getsoftc(ndev); in mana_xmit()
674 struct mana_port_context *apc = if_getsoftc(ndev); in mana_xmit_taskfunc()
808 struct mana_port_context *apc = if_getsoftc(ifp); in mana_start_xmit()
869 mana_cleanup_port_context(struct mana_port_context *apc) in mana_cleanup_port_context()
883 mana_init_port_context(struct mana_port_context *apc) in mana_init_port_context()
1026 mana_query_vport_cfg(struct mana_port_context *apc, uint32_t vport_index, in mana_query_vport_cfg()
1062 mana_uncfg_vport(struct mana_port_context *apc) in mana_uncfg_vport()
1073 mana_cfg_vport(struct mana_port_context *apc, uint32_t protection_dom_id, in mana_cfg_vport()
1141 mana_cfg_vport_steering(struct mana_port_context *apc, in mana_cfg_vport_steering()
1208 mana_create_wq_obj(struct mana_port_context *apc, in mana_create_wq_obj()
1263 mana_destroy_wq_obj(struct mana_port_context *apc, uint32_t wq_type, in mana_destroy_wq_obj()
1344 mana_fence_rq(struct mana_port_context *apc, struct mana_rxq *rxq) in mana_fence_rq()
1384 mana_fence_rqs(struct mana_port_context *apc) in mana_fence_rqs()
1429 struct mana_port_context *apc; in mana_poll_tx_cq()
1622 struct mana_port_context *apc; in mana_rx_mbuf()
1719 mana_refill_rx_mbufs(struct mana_port_context *apc, in mana_refill_rx_mbufs()
1787 struct mana_port_context *apc; in mana_process_rx_cqe()
1962 mana_deinit_cq(struct mana_port_context *apc, struct mana_cq *cq) in mana_deinit_cq()
1984 mana_deinit_txq(struct mana_port_context *apc, struct mana_txq *txq) in mana_deinit_txq()
2047 mana_destroy_txq(struct mana_port_context *apc) in mana_destroy_txq()
2067 mana_create_txq(struct mana_port_context *apc, if_t net) in mana_create_txq()
2245 mana_destroy_rxq(struct mana_port_context *apc, struct mana_rxq *rxq, in mana_destroy_rxq()
2291 mana_alloc_rx_wqe(struct mana_port_context *apc, in mana_alloc_rx_wqe()
2363 mana_create_rxq(struct mana_port_context *apc, uint32_t rxq_idx, in mana_create_rxq()
2538 mana_add_rx_queues(struct mana_port_context *apc, if_t ndev) in mana_add_rx_queues()
2561 mana_destroy_vport(struct mana_port_context *apc) in mana_destroy_vport()
2581 mana_create_vport(struct mana_port_context *apc, if_t net) in mana_create_vport()
2596 static void mana_rss_table_init(struct mana_port_context *apc) in mana_rss_table_init()
2604 int mana_config_rss(struct mana_port_context *apc, enum TRI_STATE rx, in mana_config_rss()
2630 struct mana_port_context *apc = if_getsoftc(ndev); in mana_init_port()
2668 struct mana_port_context *apc = if_getsoftc(ndev); in mana_alloc_queues()
2695 mana_up(struct mana_port_context *apc) in mana_up()
2725 struct mana_port_context *apc = (struct mana_port_context *)arg; in mana_init()
2737 struct mana_port_context *apc = if_getsoftc(ndev); in mana_dealloc_queues()
2785 mana_down(struct mana_port_context *apc) in mana_down()
2815 struct mana_port_context *apc = if_getsoftc(ndev); in mana_detach()
2897 struct mana_port_context *apc; in mana_probe_port()