Searched refs:aoecfg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Daoe.h20 struct aoecfg { struct
62 struct aoecfg cfg;
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Daoe.c494 return ( sizeof ( struct aoehdr ) + sizeof ( struct aoecfg ) );
508 struct aoecfg *aoecfg = &aoehdr->payload[0].cfg; local
511 assert ( len == ( sizeof ( *aoehdr ) + sizeof ( *aoecfg ) ) );
515 memset ( aoecfg, 0, sizeof ( *aoecfg ) );
535 const struct aoecfg *aoecfg = &aoehdr->payload[0].cfg; local
538 if ( len < ( sizeof ( *aoehdr ) + sizeof ( *aoecfg ) ) ) {
545 aoedev_name ( aoedev ), aoecmd->tag, ntohs ( aoecfg
[all...]

Completed in 1686 milliseconds