Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common.h123 uint32_t start_tdc; /* start TDC (0 - 3) */ member
H A Dhxge_virtual.c243 p_cfgp->start_tdc = 0; in hxge_use_cfg_dma_config()
586 channel = p_cfgp->start_tdc; in hxge_ldgv_init()
587 start = p_cfgp->start_tdc + HXGE_TDMA_LD_START; in hxge_ldgv_init()
H A Dhxge.h373 uint32_t start_tdc; member
H A Dhxge_main.c1941 st_tdc = p_cfgp->start_tdc; in hxge_alloc_tx_mem_pool()
1946 p_cfgp, p_cfgp->start_tdc, p_cfgp->max_tdcs, hxgep->max_tdcs)); in hxge_alloc_tx_mem_pool()
2001 st_tdc = p_cfgp->start_tdc; in hxge_alloc_tx_mem_pool()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c793 uint8_t start_tdc, num_tdc = 0; in nxge_update_txdma_properties() local
803 start_tdc = 0; in nxge_update_txdma_properties()
814 custom_start_tdc[port] = start_tdc; in nxge_update_txdma_properties()
815 start_tdc += custom_num_tdc[port]; in nxge_update_txdma_properties()
824 custom_start_tdc[port] = start_tdc; in nxge_update_txdma_properties()
825 start_tdc += custom_num_tdc[port]; in nxge_update_txdma_properties()
928 custom_start_tdc[port] = start_tdc; in nxge_update_txdma_properties()
929 start_tdc += custom_num_tdc[port]; in nxge_update_txdma_properties()
940 custom_start_tdc[port] = start_tdc; in nxge_update_txdma_properties()
941 start_tdc += custom_num_tdc[port]; in nxge_update_txdma_properties()
[all …]
H A Dnxge_hio_guest.c483 tdc_grp->start_tdc = first; in res_map_parse()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h282 uint32_t start_tdc; /* assume assigned in sequence */ member