Searched refs:NXGE_DC_SET (Results 1 – 2 of 2) sorted by relevance
334 NXGE_DC_SET(set->lg.map, i); in nxge_grp_add()514 NXGE_DC_SET(set->owned.map, channel); in nxge_grp_dc_add()676 NXGE_DC_SET(group->map, dc->channel); in nxge_grp_dc_append()2153 NXGE_DC_SET(set->shared.map, channel); in nxge_hio_tdc_share()2241 NXGE_DC_SET(set->shared.map, channel); in nxge_hio_rdc_share()2275 NXGE_DC_SET(rdc_grp->map, channel); in nxge_hio_rdc_share()
549 #define NXGE_DC_SET(map, channel) map |= (1 << channel) macro