Symbol: IFPRINTF
sys/dev/netif/xe/if_xe.c
1020
IFPRINTF(2, (scp->ifp, "Autonegotiation complete!\n"));
sys/dev/netif/xe/if_xe.c
1057
IFPRINTF(2, (scp->ifp, "Autonegotiation failed; trying 100baseTX\n"));
sys/dev/netif/xe/if_xe.c
1075
IFPRINTF(2, (scp->ifp, "Got 100baseTX link!\n"));
sys/dev/netif/xe/if_xe.c
1083
IFPRINTF(2, (scp->ifp, "Autonegotiation failed; disabling PHY\n"));
sys/dev/netif/xe/if_xe.c
1101
IFPRINTF(2, (scp->ifp, "Selecting 10baseX\n"));
sys/dev/netif/xe/if_xe.c
1128
IFPRINTF(2, (scp->ifp, "Selecting 100baseTX\n"));
sys/dev/netif/xe/if_xe.c
1140
IFPRINTF(2, (scp->ifp, "Selecting 10baseT\n"));
sys/dev/netif/xe/if_xe.c
1152
IFPRINTF(2, (scp->ifp, "Selecting 10base2\n"));
sys/dev/netif/xe/if_xe.c
1164
IFPRINTF(2, (scp->ifp, "Setting LEDs\n"));
sys/dev/netif/xe/if_xe.c
1191
IFPRINTF(2, (scp->ifp, "hard_reset\n"));
sys/dev/netif/xe/if_xe.c
1220
IFPRINTF(2, (scp->ifp, "stop\n"));
sys/dev/netif/xe/if_xe.c
1261
IFPRINTF(2, (scp->ifp, "enable_intr\n"));
sys/dev/netif/xe/if_xe.c
1278
IFPRINTF(2, (scp->ifp, "disable_intr\n"));
sys/dev/netif/xe/if_xe.c
1299
IFPRINTF(2, (ifp, "set_multicast\n"));
sys/dev/netif/xe/if_xe.c
1339
IFPRINTF(2, (ifp, "set_multicast: count = %u\n", count));
sys/dev/netif/xe/if_xe.c
1415
IFPRINTF(3, (scp->ifp, "set_addr: idx = %u, page = 0x%02x, reg = 0x%02x\n",
sys/dev/netif/xe/if_xe.c
1428
IFPRINTF(3, (scp->ifp, "set_addr: %02x", addr[0]));
sys/dev/netif/xe/if_xe.c
1468
IFPRINTF(3, (scp->ifp, "set_hash: CRC = 0x%08x\n", crc));
sys/dev/netif/xe/if_xe.c
1483
IFPRINTF(3, (scp->ifp,
sys/dev/netif/xe/if_xe.c
1510
IFPRINTF(3, (scp->ifp, "pio_write_packet: len = %u\n", len));
sys/dev/netif/xe/if_xe.c
1630
IFPRINTF(2, (scp->ifp, "no PHY found, %0x\n", status));
sys/dev/netif/xe/if_xe.c
1634
IFPRINTF(2, (scp->ifp, "PHY OK!\n"));
sys/dev/netif/xe/if_xe.c
360
IFPRINTF(2, (scp->ifp, "init\n"));
sys/dev/netif/xe/if_xe.c
483
IFPRINTF(3, (ifp, "start\n"));
sys/dev/netif/xe/if_xe.c
535
IFPRINTF(2, (ifp, "ioctl: SIOCSIFFLAGS: 0x%04x\n", ifp->if_flags));
sys/dev/netif/xe/if_xe.c
554
IFPRINTF(2, (ifp, "ioctl: SIOC{ADD,DEL}MULTI\n"));
sys/dev/netif/xe/if_xe.c
565
IFPRINTF(3, (ifp, "ioctl: bounce to ifmedia_ioctl\n"));
sys/dev/netif/xe/if_xe.c
573
IFPRINTF(3, (ifp, "ioctl: bounce to ether_ioctl\n"));
sys/dev/netif/xe/if_xe.c
622
IFPRINTF(3, (ifp, "intr: interrupt received for missing card?\n"));
sys/dev/netif/xe/if_xe.c
637
IFPRINTF(3, (ifp,
sys/dev/netif/xe/if_xe.c
702
IFPRINTF(1, (ifp, "transmit underrun"));
sys/dev/netif/xe/if_xe.c
744
IFPRINTF(3, (ifp, "intr: ESR=0x%02x, RSR=0x%02x\n", esr, rsr));
sys/dev/netif/xe/if_xe.c
754
IFPRINTF(3, (ifp, "intr: receive length = %d\n", len));
sys/dev/netif/xe/if_xe.c
848
IFPRINTF(1, (ifp, "receive overrun\n"));
sys/dev/netif/xe/if_xe.c
889
IFPRINTF(2, (ifp, "media_change\n"));
sys/dev/netif/xe/if_xe.c
913
IFPRINTF(3, (ifp, "media_status\n"));
sys/dev/netif/xe/if_xe.c
941
IFPRINTF(2, (scp->ifp, "setmedia\n"));
sys/dev/netif/xe/if_xe.c
986
IFPRINTF(2, (scp->ifp, "Waiting for idle transmitter\n"));
sys/dev/netif/xe/if_xe.c
997
IFPRINTF(2, (scp->ifp, "Starting autonegotiation\n"));