HomeSort by relevance Sort by last modified time
    Searched refs:RxTooLong (Results 1 - 3 of 3) sorted by null

  /external/grub/netboot/
fa311.c 90 DescPktOK=0x08000000, RxTooLong=0x00400000,
251 if ((desc_status & (DescMore|DescPktOK|RxTooLong)) == DescPktOK)
natsemi.c 182 RxTooLong = 0x00400000
695 if ((rx_status & (DescMore|DescPktOK|RxTooLong)) != DescPktOK) {
rtl8139.c 131 RxBadSymbol=0x0020, RxRunt=0x0010, RxTooLong=0x0008, RxCRCErr=0x0004,
412 if ((rx_status & (RxBadSymbol|RxRunt|RxTooLong|RxCRCErr|RxBadAlign)) ||

Completed in 130 milliseconds