Lines Matching defs:command
267 printf("%s: failed to send write command, status: %x\n",
295 printf("%s: failed to send read command, status: %x\n",
444 * Send the NIC a command via the command ring.
459 * Send the NIC an extended command. The 'len' parameter specifies the
460 * number of command slots to include after the initial command.
506 printf("%s: invalid command\n",
509 printf("%s: unknown command\n",
1139 * all multicast addresses' command. Hence, we have to maintain our own
1313 * and invalidate command in the command register, set
1431 /* Set up the command ring and producer mailbox. */
1614 uint32_t command;
1660 command = pci_conf_read(pc, pa->pa_tag, PCI_COMMAND_STATUS_REG);
1661 command |= PCI_COMMAND_MASTER_ENABLE;
1662 pci_conf_write(pc, pa->pa_tag, PCI_COMMAND_STATUS_REG, command);
2712 ti_ioctl(struct ifnet *ifp, u_long command, void *data)
2721 switch (command) {
2723 error = ti_ether_ioctl(ifp, command, data);
2728 else if ((error = ifioctl_common(ifp, command, data))
2735 if ((error = ifioctl_common(ifp, command, data)) != 0)
2740 * then just use the 'set promisc mode' command
2767 if ((error = ether_ioctl(ifp, command, data)) != ENETRESET)
2772 if (command == SIOCSIFCAP)
2774 else if (command != SIOCADDMULTI && command != SIOCDELMULTI)