iPXE
|
A Fibre Channel name server query. More...
Data Fields | |
struct refcnt | refcnt |
Reference count. More... | |
struct interface | xchg |
Fibre Channel exchange. More... | |
struct fc_peer * | peer |
Fibre Channel peer. More... | |
struct fc_port * | port |
Fibre Channel port. More... | |
struct process | process |
Process. More... | |
int(* | done )(struct fc_peer *peer, struct fc_port *port, struct fc_port_id *peer_port_id) |
Success handler. More... | |
struct refcnt fc_ns_query::refcnt |
struct interface fc_ns_query::xchg |
Fibre Channel exchange.
Definition at line 49 of file fcns.c.
Referenced by fc_ns_query(), fc_ns_query_close(), and fc_ns_query_step().
struct fc_peer* fc_ns_query::peer |
Fibre Channel peer.
Definition at line 52 of file fcns.c.
Referenced by fc_ns_query(), fc_ns_query_deliver(), fc_ns_query_free(), and fc_ns_query_step().
struct fc_port* fc_ns_query::port |
Fibre Channel port.
Definition at line 54 of file fcns.c.
Referenced by fc_ns_query(), fc_ns_query_deliver(), fc_ns_query_free(), and fc_ns_query_step().
struct process fc_ns_query::process |
Process.
Definition at line 57 of file fcns.c.
Referenced by fc_ns_query(), and fc_ns_query_close().
int( * fc_ns_query::done) (struct fc_peer *peer, struct fc_port *port, struct fc_port_id *peer_port_id) |
Success handler.
peer | Fibre Channel peer |
port | Fibre Channel port |
peer_port_id | Peer port ID |
rc | Return status code |
Definition at line 65 of file fcns.c.
Referenced by fc_ns_query(), and fc_ns_query_deliver().