Lines Matching defs:ndev
75 netdev_err(mac->ndev, "Failed to add address to table!\n");
79 netdev_dbg(mac->ndev, "mac_ad0 = %08x, mac_ad = %08x%04x\n",
111 netdev_err(mac->ndev, "Failed to delete address from table!\n");
115 netdev_dbg(mac->ndev, "mac_ad0 = %08x, mac_ad = %08x%04x\n",
221 struct net_device *ndev = mac->ndev;
224 netdev_dbg(ndev, "ndev->flags = %08x\n", ndev->flags);
229 if (ndev->flags & IFF_PROMISC) {
233 } else if ((!netdev_mc_empty(ndev) && (ndev->flags & IFF_MULTICAST)) ||
234 (ndev->flags & IFF_ALLMULTI)) {
243 netdev_dbg(ndev, "cpu_cntl = %08x\n", readl(comm->l2sw_reg_base + L2SW_CPU_CNTL));