Searched refs:rdc_grp (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 881 uint8_t rdc_grp = 0; in nxge_get_rdc_group() local 889 rdc_grp = p_cfgp->def_mac_rxdma_grpid; in nxge_get_rdc_group() 893 cookie, rdc_grp, rdc_grp_p)); in nxge_get_rdc_group() 894 return (rdc_grp); in nxge_get_rdc_group() 1279 uint8_t offset, rdc_grp; in nxge_add_tcam_entry() local 1394 rdc_grp = nxge_get_rdc_group(nxgep, TCAM_CLASS_TCP_IPV4, in nxge_add_tcam_entry() 1402 rdc_grp = nxge_get_rdc_group(nxgep, in nxge_add_tcam_entry() 1413 rdc_grp = nxge_get_rdc_group(nxgep, TCAM_CLASS_TCP_IPV6, in nxge_add_tcam_entry() 1422 rdc_grp = nxge_get_rdc_group(nxgep, in nxge_add_tcam_entry() 1432 rdc_grp = nxge_get_rdc_group(nxgep, in nxge_add_tcam_entry() [all …]
|
H A D | nxge_fm.c | 626 int rdc_grp; in nxge_fm_ereport() local 629 for (rdc_grp = 0; rdc_grp < MAX_PARTITION; rdc_grp++) { in nxge_fm_ereport() 631 errlog.hash_pio[rdc_grp]; in nxge_fm_ereport() 642 errlog.hash_pio[rdc_grp], NULL); in nxge_fm_ereport()
|
H A D | nxge_hio_guest.c | 499 nxge_rdc_grp_t *rdc_grp = &nxge->pt_config.rdc_grps[0]; in res_map_parse() local 504 rdc_grp->start_rdc = (uint8_t)first; in res_map_parse() 505 rdc_grp->max_rdcs = (uint8_t)count; in res_map_parse() 506 rdc_grp->def_rdc = (uint8_t)first; in res_map_parse() 508 rdc_grp->map = slots; in res_map_parse()
|
H A D | nxge_ndd.c | 1109 int offset, rdc, i, rdc_grp; in nxge_param_get_rxdma_rdcgrp_info() local 1124 rdc_grp = p_cfgp->def_mac_rxdma_grpid; in nxge_param_get_rxdma_rdcgrp_info() 1151 i, rdc_grp, rdc_grp_p->max_rdcs, in nxge_param_get_rxdma_rdcgrp_info() 1988 int rdc_grp; in nxge_param_set_grp_rdc() local 2018 rdc_grp = mi_strtol(grp_name, &end, 10); in nxge_param_set_grp_rdc() 2019 rdc_grp_p = &p_dma_cfgp->rdc_grps[rdc_grp]; in nxge_param_set_grp_rdc() 2021 if (nxge_check_rxdma_rdcgrp_member(nxgep, rdc_grp, in nxge_param_set_grp_rdc() 2027 rdc_grp, cfg_value, real_rdc)); in nxge_param_set_grp_rdc() 2030 status = nxge_rxdma_cfg_rdcgrp_default_rdc(nxgep, rdc_grp, in nxge_param_set_grp_rdc()
|
H A D | nxge_main.c | 5791 nxge_rdc_grp_t *rdc_grp; in nxge_group_add_ring() local 5834 rdc_grp = &nxge->pt_config.rdc_grps[dev_gindex]; in nxge_group_add_ring() 5847 rdc_grp->map |= (1 << channel); in nxge_group_add_ring() 5848 rdc_grp->max_rdcs++; in nxge_group_add_ring() 5850 (void) nxge_init_fzc_rdc_tbl(nxge, rdc_grp, rgroup->rdctbl); in nxge_group_add_ring() 5863 nxge_rdc_grp_t *rdc_grp; in nxge_group_rem_ring() local 5888 rdc_grp = &nxge->pt_config.rdc_grps[dev_gindex]; in nxge_group_rem_ring() 5889 channel = rdc_grp->start_rdc + rhandle->index; in nxge_group_rem_ring() 5892 rdc_grp->map &= ~(1 << channel); in nxge_group_rem_ring() 5893 rdc_grp->max_rdcs--; in nxge_group_rem_ring() [all …]
|
H A D | nxge_hio.c | 2212 nxge_rdc_grp_t *rdc_grp; in nxge_hio_rdc_share() local 2274 rdc_grp = &nxge->pt_config.rdc_grps[vr->rdc_tbl]; in nxge_hio_rdc_share() 2275 NXGE_DC_SET(rdc_grp->map, channel); in nxge_hio_rdc_share()
|
H A D | nxge_virtual.c | 2762 nxge_check_rxdma_rdcgrp_member(p_nxge_t nxgep, uint8_t rdc_grp, uint8_t rdc) in nxge_check_rxdma_rdcgrp_member() argument 2771 " rdc %d group %d", rdc, rdc_grp)); in nxge_check_rxdma_rdcgrp_member() 2774 rdc_grp_p = &p_dma_cfgp->rdc_grps[rdc_grp]; in nxge_check_rxdma_rdcgrp_member() 2785 nxge_check_rdcgrp_port_member(p_nxge_t nxgep, uint8_t rdc_grp) in nxge_check_rdcgrp_port_member() argument 2796 if (rdc_grp >= p_cfgp->max_rdc_grpids) in nxge_check_rdcgrp_port_member()
|
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_fflp.h | 196 uint32_t rdc_grp:8; member
|