Searched defs:mopt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dip_input.c634 ip_stripoptions(struct mbuf *m, struct mbuf *mopt) argument
640 NOREF(mopt); /* @todo: do we really will need this options buffer? */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c90x.c657 unsigned int mopt; local
687 mopt = inw(inf_3c90x->IOAddr + regResetMediaOptions_3_w);
691 mopt &= 0x7F;
697 if (mopt & 0x01) {
701 if (mopt & 0x04) {
705 if (mopt & 0x10) {
709 if (mopt & 0x20) {
713 if (mopt & 0x40) {
717 if ((mopt & 0xA) == 0xA) {
720 } else if ((mopt
[all...]

Completed in 1790 milliseconds