Home
last modified time | relevance | path

Searched refs:p_nxge_hw_pt_cfg_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_classify.c220 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_set_hw_classify_config()
227 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_all_cfgp->hw_config; in nxge_set_hw_classify_config()
H A Dnxge_ndd.c1016 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_param_get_rxdma_info()
1038 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_param_get_rxdma_info()
1087 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_param_get_rxdma_rdcgrp_info()
1094 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_param_get_rxdma_rdcgrp_info()
1318 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_param_set_mac_rdcgrp()
1382 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_param_set_vlan_rdcgrp()
1498 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_param_get_vlan_rdcgrp()
1562 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_param_get_mac_rdcgrp()
1941 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_param_set_grp_rdc()
2001 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_param_set_port_rdc()
[all …]
H A Dnxge_virtual.c1901 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_use_default_dma_config_n2()
2151 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_use_cfg_dma_config()
2506 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_use_cfg_mac_class_config()
2580 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_set_hw_dma_config()
2732 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_check_rxdma_port_member()
2789 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_check_rdcgrp_port_member()
2808 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_set_hw_vlan_class_config()
2879 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_set_hw_mac_class_config()
3005 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_ldgv_init_n2()
3276 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_ldgv_init()
[all …]
H A Dnxge_fflp.c883 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_get_rdc_group()
887 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_get_rdc_group()
1697 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_fflp_config_hash_lookup_enable()
1703 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_fflp_config_hash_lookup_enable()
1730 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_fflp_config_hash_lookup_disable()
1736 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_fflp_config_hash_lookup_disable()
2006 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_fflp_update_hw()
2012 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_all_cfgp->hw_config; in nxge_fflp_update_hw()
2135 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_fflp_handle_sys_errors()
2204 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_fflp_handle_sys_errors()
[all …]
H A Dnxge_fzc.c964 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_init_fzc_rxdma_port()
972 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_all_cfgp->hw_config; in nxge_init_fzc_rxdma_port()
H A Dnxge_main.c2246 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_alloc_rx_mem_pool()
2262 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_all_cfgp->hw_config; in nxge_alloc_rx_mem_pool()
4397 p_nxge_hw_pt_cfg_t p_cfgp = &nxgep->pt_config.hw_config; in nxge_m_getcapab()
5657 p_nxge_hw_pt_cfg_t p_cfgp = &nxgep->pt_config.hw_config; in nxge_fill_ring()
6767 p_nxge_hw_pt_cfg_t p_cfgp; in nxge_uninit_common_dev()
6807 (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_uninit_common_dev()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h411 } nxge_hw_pt_cfg_t, *p_nxge_hw_pt_cfg_t; typedef