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

/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dbofm_test.c42 } __attribute__ (( packed )) bofmtab_harvest = { variable in typeref:struct:__anon15806
48 .length = sizeof ( bofmtab_harvest ),
53 .length = sizeof ( bofmtab_harvest.en ),
107 bofmtab_harvest.en.busdevfn = pci->busdevfn;
108 DBG_HDA ( 0, &bofmtab_harvest, sizeof ( bofmtab_harvest ) );
109 bofmrc = bofm ( virt_to_user ( &bofmtab_harvest ), pci );
111 if ( bofmtab_harvest.en.options & BOFM_EN_HVST ) {
113 eth_ntoa ( &bofmtab_harvest.en.mac_a ) );
117 DBG_HDA ( 0, &bofmtab_harvest, sizeo
[all...]

Completed in 1406 milliseconds