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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c38 variables). Hopefully fixed rtl_poll() once and for all. The symptoms
59 rtl_poll was quite broken: it used the RxOK interrupt flag instead
180 static int rtl_poll(struct nic *nic, int retrieve);
226 nic->poll = rtl_poll;
401 * rtl_poll() function. */
423 static int rtl_poll(struct nic *nic, int retrieve) function
441 printf("rtl_poll: int %hX ", status);

Completed in 45 milliseconds