HomeSort by relevance Sort by last modified time
    Searched full:rxfd (Results 1 - 1 of 1) sorted by null

  /external/grub/netboot/
eepro100.c 227 struct RxFD { /* Receive frame descriptor. */
230 u32 link; /* struct RxFD * */
238 #define rxfd ((struct RxFD *)(0x10000 - sizeof(struct RxFD))) macro
241 static struct RxFD rxfd; variable in typeref:struct:RxFD
445 if (!ACCESS(rxfd)status)
449 ACCESS(rxfd)status = 0;
450 ACCESS(rxfd)command = 0xc000
    [all...]

Completed in 134 milliseconds