Lines Matching full:ncsi
13 #include <net/ncsi.h>
19 #include "ncsi-pkt.h"
20 #include "ncsi-netlink.h"
42 /* Check NCSI packet header. We don't need validate
50 "NCSI: unsupported header revision\n");
55 "NCSI: payload length mismatched\n");
63 "NCSI: non zero response/reason code %04xh, %04xh\n",
69 * sender doesn't support checksum according to NCSI
81 "NCSI: checksum mismatched; recd: %08x calc: %08x\n",
468 /* According to NCSI spec 1.01, the mixed filter table
662 netdev_warn(ndev, "NCSI: 'Writing mac address to device failed\n");
1109 netdev_info(ndev, "NCSI: Received %d provisioned MAC addresses\n",
1112 netdev_info(ndev, "NCSI: MAC address %d: %02x:%02x:%02x:%02x:%02x:%02x\n",
1122 netdev_warn(ndev, "NCSI: Unable to assign %pM to device\n",
1126 netdev_warn(ndev, "NCSI: Set MAC address to %pM\n", saddr.sa_data);
1185 /* Find the NCSI device */
1237 "NCSI: 'bad' packet ignored for type 0x%x\n",
1257 "NCSI: Handler for packet type 0x%x returned %d\n",
1265 "NCSI: Netlink handler for packet type 0x%x returned %d\n",