Searched refs:mana_port_context (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/mana/
H A Dmana_sysctl.h42 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 Dmana_en.c67 static int mana_up(struct mana_port_context *apc);
68 static int mana_down(struct mana_port_context *apc);
95 struct mana_port_context *apc = if_getsoftc(ifp);
122 struct mana_port_context *apc = if_getsoftc(ifp);
150 mana_restart(struct mana_port_context *apc)
167 struct mana_port_context *apc = if_getsoftc(ifp);
349 mana_tx_map_mbuf(struct mana_port_context *apc,
397 mana_tx_unmap_mbuf(struct mana_port_context *apc,
410 mana_load_rx_mbuf(struct mana_port_context *apc, struct mana_rxq *rxq,
467 mana_unload_rx_mbuf(struct mana_port_context *ap
[all...]
H A Dmana_sysctl.c52 struct mana_port_context *apc = arg1;
77 struct mana_port_context *apc = arg1;
97 struct mana_port_context *apc = arg1;
117 struct mana_port_context *apc = arg1;
140 mana_sysctl_add_port(struct mana_port_context *apc)
241 mana_sysctl_add_queues(struct mana_port_context *apc)
326 mana_sysctl_free_queues(struct mana_port_context *apc)
334 struct mana_port_context *apc = arg1;
H A Dmana.h473 struct mana_port_context { struct
539 int mana_config_rss(struct mana_port_context *ac, enum TRI_STATE rx,
706 int mana_restart(struct mana_port_context *apc);
708 int mana_create_wq_obj(struct mana_port_context *apc,
714 void mana_destroy_wq_obj(struct mana_port_context *apc, uint32_t wq_type,
717 int mana_cfg_vport(struct mana_port_context *apc, uint32_t protection_dom_id,
720 void mana_uncfg_vport(struct mana_port_context *apc);

Completed in 127 milliseconds