Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/vr/
Dif_vr.c385 if (type == VR_MCAST_CAM) in vr_cam_mask()
398 if (type == VR_MCAST_CAM) { in vr_cam_data()
408 if (type == VR_MCAST_CAM) { in vr_cam_data()
477 error = vr_cam_data(sc, VR_MCAST_CAM, mcnt, in vr_set_filter()
486 vr_cam_mask(sc, VR_MCAST_CAM, cam_mask); in vr_set_filter()
2078 vr_cam_mask(sc, VR_MCAST_CAM, 0); in vr_init_locked()
Dif_vrreg.h764 #define VR_MCAST_CAM 0 macro