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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfc.h215 struct fc_port;
217 extern int fc_xchg_originate ( struct interface *parent, struct fc_port *port,
233 int ( * respond ) ( struct interface *xchg, struct fc_port *port,
252 struct fc_port { struct
303 static inline __attribute__ (( always_inline )) struct fc_port *
304 fc_port_get ( struct fc_port *port ) {
315 fc_port_put ( struct fc_port *port ) {
321 extern int fc_port_login ( struct fc_port *port, struct fc_port_id *port_id,
325 extern void fc_port_logout ( struct fc_port *port, int rc );
330 extern struct fc_port * fc_port_fin
[all...]

Completed in 89 milliseconds