Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-main.h354 u16 all_multi_flg; member
Dvxge-main.c1144 if ((dev->flags & IFF_ALLMULTI) && (!vdev->all_multi_flg)) { in vxge_set_multicast()
1152 vdev->all_multi_flg = 1; in vxge_set_multicast()
1154 } else if (!(dev->flags & IFF_ALLMULTI) && (vdev->all_multi_flg)) { in vxge_set_multicast()
1162 vdev->all_multi_flg = 0; in vxge_set_multicast()
1187 if ((!vdev->all_multi_flg) && netdev_mc_count(dev)) { in vxge_set_multicast()
1267 vdev->all_multi_flg = 1; in vxge_set_multicast()
1549 if (vdev->all_multi_flg) { in vxge_reset_vpath()
2808 if (vdev->all_multi_flg) { in vxge_open()