Home
last modified time | relevance | path

Searched refs:p_dma_cfgp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_virtual.c227 p_hxge_dma_pt_cfg_t p_dma_cfgp; in hxge_use_cfg_dma_config() local
238 p_dma_cfgp = (p_hxge_dma_pt_cfg_t)&hxgep->pt_config; in hxge_use_cfg_dma_config()
239 p_cfgp = (p_hxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in hxge_use_cfg_dma_config()
314 p_hxge_dma_pt_cfg_t p_dma_cfgp; in hxge_set_hw_dma_config() local
319 p_dma_cfgp = (p_hxge_dma_pt_cfg_t)&hxgep->pt_config; in hxge_set_hw_dma_config()
320 p_cfgp = (p_hxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in hxge_set_hw_dma_config()
328 p_dma_cfgp->rbr_size = hxge_rbr_size; in hxge_set_hw_dma_config()
331 p_dma_cfgp->rcr_size = hxge_rcr_size; in hxge_set_hw_dma_config()
340 p_hxge_dma_pt_cfg_t p_dma_cfgp; in hxge_check_rxdma_port_member() local
346 p_dma_cfgp = (p_hxge_dma_pt_cfg_t)&hxgep->pt_config; in hxge_check_rxdma_port_member()
[all …]
H A Dhxge_ndd.c508 p_hxge_dma_pt_cfg_t p_dma_cfgp; in hxge_param_get_rxdma_info() local
530 p_dma_cfgp = (p_hxge_dma_pt_cfg_t)&hxgep->pt_config; in hxge_param_get_rxdma_info()
531 p_cfgp = (p_hxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in hxge_param_get_rxdma_info()
1152 p_hxge_dma_pt_cfg_t p_dma_cfgp; in hxge_param_dump_ptrs() local
1173 p_dma_cfgp = (p_hxge_dma_pt_cfg_t)&hxgep->pt_config; in hxge_param_dump_ptrs()
1174 p_cfgp = (p_hxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in hxge_param_dump_ptrs()
H A Dhxge_kstats.c777 p_hxge_dma_pt_cfg_t p_dma_cfgp; in hxge_destroy_kstats() local
787 p_dma_cfgp = (p_hxge_dma_pt_cfg_t)&hxgep->pt_config; in hxge_destroy_kstats()
788 p_cfgp = (p_hxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in hxge_destroy_kstats()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1900 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_use_default_dma_config_n2() local
1909 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_use_default_dma_config_n2()
1910 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_use_default_dma_config_n2()
2150 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_use_cfg_dma_config() local
2163 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_use_cfg_dma_config()
2164 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_use_cfg_dma_config()
2505 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_use_cfg_mac_class_config() local
2514 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_use_cfg_mac_class_config()
2515 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_use_cfg_mac_class_config()
2562 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_set_rdc_intr_property() local
[all …]
H A Dnxge_ndd.c1015 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_param_get_rxdma_info() local
1037 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; 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()
1064 p_dma_cfgp->rcr_timeout[rdc], in nxge_param_get_rxdma_info()
1065 p_dma_cfgp->rcr_threshold[rdc], in nxge_param_get_rxdma_info()
1086 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_param_get_rxdma_rdcgrp_info() local
1093 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; 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()
1119 rdc_grp_p = &p_dma_cfgp->rdc_grps[i]; in nxge_param_get_rxdma_rdcgrp_info()
1317 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_param_set_mac_rdcgrp() local
[all …]
H A Dnxge_fflp.c882 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_get_rdc_group() local
886 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_get_rdc_group()
887 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_get_rdc_group()
888 rdc_grp_p = &p_dma_cfgp->rdc_grps[use_port_rdc_grp]; in nxge_get_rdc_group()
1696 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_fflp_config_hash_lookup_enable() local
1702 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; 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()
1729 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_fflp_config_hash_lookup_disable() local
1735 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; 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()
[all …]
H A Dnxge_rxdma.c432 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_rxdma_cfg_rdcgrp_default_rdc() local
438 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_rxdma_cfg_rdcgrp_default_rdc()
445 rdc_grp_p = &p_dma_cfgp->rdc_grps[rdcgrp]; in nxge_rxdma_cfg_rdcgrp_default_rdc()
H A Dnxge_main.c6766 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_uninit_common_dev() local
6804 p_dma_cfgp = in nxge_uninit_common_dev()
6807 (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_uninit_common_dev()