Home
last modified time | relevance | path

Searched refs:mlg_port (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c527 mutex_enter(&g->mlg_port->mlp_mtx); in mlxcx_teardown_rx_group()
531 mlxcx_remove_all_umcast_entries(mlxp, g->mlg_port, g); in mlxcx_teardown_rx_group()
537 ft = g->mlg_port->mlp_rx_flow; in mlxcx_teardown_rx_group()
540 fg = g->mlg_port->mlp_bcast; in mlxcx_teardown_rx_group()
547 fg = g->mlg_port->mlp_promisc; in mlxcx_teardown_rx_group()
650 mutex_exit(&g->mlg_port->mlp_mtx); in mlxcx_teardown_rx_group()
759 g->mlg_port = &mlxp->mlx_ports[0]; in mlxcx_rx_group_setup()
805 cq->mlcq_stats = &g->mlg_port->mlp_stats; in mlxcx_rx_group_setup()
909 ft->mlft_port = g->mlg_port; in mlxcx_rx_group_setup()
1096 ft->mlft_port = g->mlg_port; in mlxcx_rx_group_setup()
[all …]
H A Dmlxcx_gld.c729 mlxcx_port_t *port = g->mlg_port; in mlxcx_group_add_mac()
792 mlxcx_port_t *port = g->mlg_port; in mlxcx_group_remove_mac()
H A Dmlxcx.h921 mlxcx_port_t *mlg_port; member