Home
last modified time | relevance | path

Searched refs:NXGE_DC_RESET (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c376 NXGE_DC_RESET(set->lg.map, group->index); in nxge_grp_remove()
523 NXGE_DC_RESET(set->owned.map, channel); in nxge_grp_dc_add()
588 NXGE_DC_RESET(set->owned.map, channel); in nxge_grp_dc_remove()
735 NXGE_DC_RESET(group->map, channel); in nxge_grp_dc_unlink()
2050 NXGE_DC_RESET(res_map, dc->page); in nxge_hio_remres()
2393 NXGE_DC_RESET(set->shared.map, channel); in nxge_hio_tdc_unshare()
2457 NXGE_DC_RESET(set->shared.map, channel); in nxge_hio_rdc_unshare()
2540 NXGE_DC_RESET(group->map, channel); in nxge_hio_dc_unshare()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h550 #define NXGE_DC_RESET(map, channel) map &= (~(1 << channel)) macro