Searched refs:pnic_command (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pnic.c | 95 static uint16_t pnic_command ( struct nic *nic, uint16_t command, in pnic_command() function 137 if ( pnic_command ( nic, PNIC_CMD_RECV_QLEN, NULL, 0, in pnic_poll() 146 if ( pnic_command ( nic, PNIC_CMD_RECV, NULL, 0, in pnic_poll() 176 pnic_command ( nic, PNIC_CMD_XMIT, tx_buffer, ETH_HLEN + size, in pnic_transmit() 186 pnic_command ( nic, PNIC_CMD_RESET, NULL, 0, NULL, 0, NULL ); in pnic_disable() 200 pnic_command ( nic, PNIC_CMD_MASK_IRQ, in pnic_irq() 204 pnic_command ( nic, PNIC_CMD_FORCE_IRQ, in pnic_irq() 241 status = pnic_command ( nic, PNIC_CMD_READ_MAC, NULL, 0, in pnic_probe()
|