Searched refs:fc_ports (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dfcmgmt_cmd.c128 list_for_each_entry ( port, &fc_ports, list )
180 opts.port = list_first_entry ( &fc_ports, struct fc_port,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfc.h319 extern struct list_head fc_ports;
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfc.c47 LIST_HEAD ( fc_ports ); variable
1197 list_add_tail ( &port->list, &fc_ports );
1222 list_for_each_entry ( port, &fc_ports, list ) {
1439 list_for_each_entry ( port, &fc_ports, list ) {
1453 list_for_each_entry ( port, &fc_ports, list ) {

Completed in 64 milliseconds