Home
last modified time | relevance | path

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

/titanic_50/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.c529 p_hxge_dma_pt_cfg_t p_dma_cfgp; in hxge_param_get_rxdma_info() local
551 p_dma_cfgp = (p_hxge_dma_pt_cfg_t)&hxgep->pt_config; in hxge_param_get_rxdma_info()
552 p_cfgp = (p_hxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in hxge_param_get_rxdma_info()
1182 p_hxge_dma_pt_cfg_t p_dma_cfgp; in hxge_param_dump_ptrs() local
1203 p_dma_cfgp = (p_hxge_dma_pt_cfg_t)&hxgep->pt_config; in hxge_param_dump_ptrs()
1204 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()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1899 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_use_default_dma_config_n2() local
1908 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_use_default_dma_config_n2()
1909 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_use_default_dma_config_n2()
2149 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_use_cfg_dma_config() local
2162 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_use_cfg_dma_config()
2163 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_use_cfg_dma_config()
2504 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_use_cfg_mac_class_config() local
2513 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_use_cfg_mac_class_config()
2514 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_use_cfg_mac_class_config()
2561 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_set_rdc_intr_property() local
[all …]
H A Dnxge_ndd.c1040 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_param_get_rxdma_info() local
1062 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_param_get_rxdma_info()
1063 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_param_get_rxdma_info()
1089 p_dma_cfgp->rcr_timeout[rdc], in nxge_param_get_rxdma_info()
1090 p_dma_cfgp->rcr_threshold[rdc], in nxge_param_get_rxdma_info()
1111 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_param_get_rxdma_rdcgrp_info() local
1118 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_param_get_rxdma_rdcgrp_info()
1119 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_param_get_rxdma_rdcgrp_info()
1144 rdc_grp_p = &p_dma_cfgp->rdc_grps[i]; in nxge_param_get_rxdma_rdcgrp_info()
1342 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()
1699 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_fflp_config_hash_lookup_enable() local
1705 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_fflp_config_hash_lookup_enable()
1706 p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_fflp_config_hash_lookup_enable()
1732 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_fflp_config_hash_lookup_disable() local
1738 p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config; in nxge_fflp_config_hash_lookup_disable()
1739 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.c6784 p_nxge_dma_pt_cfg_t p_dma_cfgp; in nxge_uninit_common_dev() local
6822 p_dma_cfgp = in nxge_uninit_common_dev()
6825 (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config; in nxge_uninit_common_dev()