Searched refs:pnic_command (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c72 printf ( "pnic_command %#hx: wrong data length "
81 printf ( "pnic_command %#hx: output buffer too small "
95 static uint16_t pnic_command ( struct nic *nic, uint16_t command, function
137 if ( pnic_command ( nic, PNIC_CMD_RECV_QLEN, NULL, 0,
146 if ( pnic_command ( nic, PNIC_CMD_RECV, NULL, 0,
176 pnic_command ( nic, PNIC_CMD_XMIT, tx_buffer, ETH_HLEN + size,
186 pnic_command ( nic, PNIC_CMD_RESET, NULL, 0, NULL, 0, NULL );
200 pnic_command ( nic, PNIC_CMD_MASK_IRQ,
204 pnic_command ( nic, PNIC_CMD_FORCE_IRQ,
241 status = pnic_command ( ni
[all...]

Completed in 56 milliseconds