Home
last modified time | relevance | path

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

/freebsd/sys/dev/vr/
H A Dif_vr.c383 if (type == VR_MCAST_CAM) in vr_cam_mask()
396 if (type == VR_MCAST_CAM) { in vr_cam_data()
406 if (type == VR_MCAST_CAM) { in vr_cam_data()
443 ctx->error = vr_cam_data(ctx->sc, VR_MCAST_CAM, mcnt, LLADDR(sdl)); in vr_hash_maddr_cam()
510 vr_cam_mask(sc, VR_MCAST_CAM, ctx.mask); in vr_set_filter()
2079 vr_cam_mask(sc, VR_MCAST_CAM, 0); in vr_init_locked()
H A Dif_vrreg.h762 #define VR_MCAST_CAM 0 macro