Searched refs:mana_port_context (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mana/ |
H A D | mana_sysctl.h | 42 void mana_sysctl_add_port(struct mana_port_context *apc); 43 void mana_sysctl_add_queues(struct mana_port_context *apc); 44 void mana_sysctl_free_queues(struct mana_port_context *apc);
|
H A D | mana_en.c | 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() [all …]
|
H A D | mana_sysctl.c | 64 struct mana_port_context *apc = arg1; in mana_sysctl_rx_stat_agg_u64() 89 struct mana_port_context *apc = arg1; in mana_sysctl_rx_stat_u16() 109 struct mana_port_context *apc = arg1; in mana_sysctl_rx_stat_u32() 129 struct mana_port_context *apc = arg1; in mana_sysctl_tx_stat_agg_u64() 152 mana_sysctl_add_port(struct mana_port_context *apc) in mana_sysctl_add_port() 261 mana_sysctl_add_queues(struct mana_port_context *apc) in mana_sysctl_add_queues() 349 mana_sysctl_free_queues(struct mana_port_context *apc) in mana_sysctl_free_queues() 357 struct mana_port_context *apc = arg1; in mana_sysctl_cleanup_thread_cpu()
|
H A D | mana.h | 490 struct mana_port_context { struct 559 int mana_config_rss(struct mana_port_context *ac, enum TRI_STATE rx, argument 733 int mana_restart(struct mana_port_context *apc); 735 int mana_create_wq_obj(struct mana_port_context *apc, 741 void mana_destroy_wq_obj(struct mana_port_context *apc, uint32_t wq_type, 744 int mana_cfg_vport(struct mana_port_context *apc, uint32_t protection_dom_id, 747 void mana_uncfg_vport(struct mana_port_context *apc);
|