Searched defs:good (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Drc80211.c97 * rate it must be pretty good.
171 u32 good = ctx->goodness[dir][rate_idx]; local
177 sum[dir] += ( good >> ( 2 * pkt ) ) & 0x3;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dnetdevice.h270 unsigned int good; member in struct:net_device_stats
H A Dx509.h129 /** OCSP status is good */
130 int good; member in struct:x509_ocsp_responder
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvia-rhine.c1292 int rxstatus, good = 0;; local
1323 good = 1;
1325 if (good)
1340 return good;
H A Detherfabric.c329 int status, good; local
343 good = status & (1 << MDIO_MMDREG_STAT1_LINK_LBN);
344 ok = ok && good;
2353 /* Ensure the XAUI link to the PHY is good */

Completed in 131 milliseconds