Symbol: mana_port_context
sys/dev/mana/mana.h
559
int mana_config_rss(struct mana_port_context *ac, enum TRI_STATE rx,
sys/dev/mana/mana.h
738
int mana_restart(struct mana_port_context *apc);
sys/dev/mana/mana.h
740
int mana_create_wq_obj(struct mana_port_context *apc,
sys/dev/mana/mana.h
746
void mana_destroy_wq_obj(struct mana_port_context *apc, uint32_t wq_type,
sys/dev/mana/mana.h
749
int mana_cfg_vport(struct mana_port_context *apc, uint32_t protection_dom_id,
sys/dev/mana/mana.h
752
void mana_uncfg_vport(struct mana_port_context *apc);
sys/dev/mana/mana_en.c
1030
mana_query_vport_cfg(struct mana_port_context *apc, uint32_t vport_index,
sys/dev/mana/mana_en.c
1066
mana_uncfg_vport(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
1077
mana_cfg_vport(struct mana_port_context *apc, uint32_t protection_dom_id,
sys/dev/mana/mana_en.c
1145
mana_cfg_vport_steering(struct mana_port_context *apc,
sys/dev/mana/mana_en.c
1212
mana_create_wq_obj(struct mana_port_context *apc,
sys/dev/mana/mana_en.c
126
struct mana_port_context *apc = if_getsoftc(ifp);
sys/dev/mana/mana_en.c
1267
mana_destroy_wq_obj(struct mana_port_context *apc, uint32_t wq_type,
sys/dev/mana/mana_en.c
1348
mana_fence_rq(struct mana_port_context *apc, struct mana_rxq *rxq)
sys/dev/mana/mana_en.c
1388
mana_fence_rqs(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
1433
struct mana_port_context *apc;
sys/dev/mana/mana_en.c
154
mana_restart(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
1626
struct mana_port_context *apc;
sys/dev/mana/mana_en.c
171
struct mana_port_context *apc = if_getsoftc(ifp);
sys/dev/mana/mana_en.c
1723
mana_refill_rx_mbufs(struct mana_port_context *apc,
sys/dev/mana/mana_en.c
1791
struct mana_port_context *apc;
sys/dev/mana/mana_en.c
1966
mana_deinit_cq(struct mana_port_context *apc, struct mana_cq *cq)
sys/dev/mana/mana_en.c
1988
mana_deinit_txq(struct mana_port_context *apc, struct mana_txq *txq)
sys/dev/mana/mana_en.c
2051
mana_destroy_txq(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
2071
mana_create_txq(struct mana_port_context *apc, if_t net)
sys/dev/mana/mana_en.c
2249
mana_destroy_rxq(struct mana_port_context *apc, struct mana_rxq *rxq,
sys/dev/mana/mana_en.c
2295
mana_alloc_rx_wqe(struct mana_port_context *apc,
sys/dev/mana/mana_en.c
2367
mana_calc_rx_datasize(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
2389
mana_create_rxq(struct mana_port_context *apc, uint32_t rxq_idx,
sys/dev/mana/mana_en.c
2558
mana_add_rx_queues(struct mana_port_context *apc, if_t ndev)
sys/dev/mana/mana_en.c
2581
mana_destroy_vport(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
2601
mana_create_vport(struct mana_port_context *apc, if_t net)
sys/dev/mana/mana_en.c
2616
static void mana_rss_table_init(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
2624
int mana_config_rss(struct mana_port_context *apc, enum TRI_STATE rx,
sys/dev/mana/mana_en.c
2650
struct mana_port_context *apc = if_getsoftc(ndev);
sys/dev/mana/mana_en.c
2688
struct mana_port_context *apc = if_getsoftc(ndev);
sys/dev/mana/mana_en.c
2715
mana_up(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
2745
struct mana_port_context *apc = (struct mana_port_context *)arg;
sys/dev/mana/mana_en.c
2757
struct mana_port_context *apc = if_getsoftc(ndev);
sys/dev/mana/mana_en.c
2805
mana_down(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
2835
struct mana_port_context *apc = if_getsoftc(ndev);
sys/dev/mana/mana_en.c
2917
struct mana_port_context *apc;
sys/dev/mana/mana_en.c
354
mana_tx_map_mbuf(struct mana_port_context *apc,
sys/dev/mana/mana_en.c
402
mana_tx_unmap_mbuf(struct mana_port_context *apc,
sys/dev/mana/mana_en.c
415
mana_load_rx_mbuf(struct mana_port_context *apc, struct mana_rxq *rxq,
sys/dev/mana/mana_en.c
466
mana_unload_rx_mbuf(struct mana_port_context *apc, struct mana_rxq *rxq,
sys/dev/mana/mana_en.c
493
struct mana_port_context *apc = if_getsoftc(ndev);
sys/dev/mana/mana_en.c
669
struct mana_port_context *apc = if_getsoftc(ndev);
sys/dev/mana/mana_en.c
67
static int mana_up(struct mana_port_context *apc);
sys/dev/mana/mana_en.c
68
static int mana_down(struct mana_port_context *apc);
sys/dev/mana/mana_en.c
803
struct mana_port_context *apc = if_getsoftc(ifp);
sys/dev/mana/mana_en.c
864
mana_cleanup_port_context(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
878
mana_init_port_context(struct mana_port_context *apc)
sys/dev/mana/mana_en.c
99
struct mana_port_context *apc = if_getsoftc(ifp);
sys/dev/mana/mana_sysctl.c
109
struct mana_port_context *apc = arg1;
sys/dev/mana/mana_sysctl.c
129
struct mana_port_context *apc = arg1;
sys/dev/mana/mana_sysctl.c
152
mana_sysctl_add_port(struct mana_port_context *apc)
sys/dev/mana/mana_sysctl.c
261
mana_sysctl_add_queues(struct mana_port_context *apc)
sys/dev/mana/mana_sysctl.c
349
mana_sysctl_free_queues(struct mana_port_context *apc)
sys/dev/mana/mana_sysctl.c
357
struct mana_port_context *apc = arg1;
sys/dev/mana/mana_sysctl.c
64
struct mana_port_context *apc = arg1;
sys/dev/mana/mana_sysctl.c
89
struct mana_port_context *apc = arg1;
sys/dev/mana/mana_sysctl.h
42
void mana_sysctl_add_port(struct mana_port_context *apc);
sys/dev/mana/mana_sysctl.h
43
void mana_sysctl_add_queues(struct mana_port_context *apc);
sys/dev/mana/mana_sysctl.h
44
void mana_sysctl_free_queues(struct mana_port_context *apc);