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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dpnic.c75 printf ( "pnic_command %#hx: wrong data length "
84 printf ( "pnic_command %#hx: output buffer too small "
95 static uint16_t pnic_command ( struct pnic *pnic, uint16_t command, function
134 if ( pnic_command ( pnic, PNIC_CMD_RECV_QLEN, NULL, 0,
146 if ( pnic_command ( pnic, PNIC_CMD_RECV, NULL, 0,
167 pnic_command ( pnic, PNIC_CMD_XMIT, iobuf->data, iob_len ( iobuf ),
196 pnic_command ( pnic, PNIC_CMD_MASK_IRQ, &mask, sizeof ( mask ),
219 pnic_command ( pnic, PNIC_CMD_RESET, NULL, 0, NULL, 0, NULL );
260 status = pnic_command ( pnic, PNIC_CMD_READ_MAC, NULL, 0,

Completed in 101 milliseconds