Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vr/
H A Dif_vr.c387 if (type == VR_MCAST_CAM) in vr_cam_mask()
400 if (type == VR_MCAST_CAM) { in vr_cam_data()
410 if (type == VR_MCAST_CAM) { in vr_cam_data()
447 ctx->error = vr_cam_data(ctx->sc, VR_MCAST_CAM, mcnt, LLADDR(sdl)); in vr_hash_maddr_cam()
514 vr_cam_mask(sc, VR_MCAST_CAM, ctx.mask); in vr_set_filter()
2092 vr_cam_mask(sc, VR_MCAST_CAM, 0); in vr_init_locked()
H A Dif_vrreg.h764 #define VR_MCAST_CAM 0 macro