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

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcns.c40 struct fc_ns_query { struct
70 struct fc_ns_query *query =
71 container_of ( refcnt, struct fc_ns_query, refcnt );
84 static void fc_ns_query_close ( struct fc_ns_query *query, int rc ) {
101 static int fc_ns_query_deliver ( struct fc_ns_query *query,
158 static void fc_ns_query_step ( struct fc_ns_query *query ) {
198 INTF_OP ( xfer_deliver, struct fc_ns_query *, fc_ns_query_deliver ),
199 INTF_OP ( intf_close, struct fc_ns_query *, fc_ns_query_close ),
204 INTF_DESC ( struct fc_ns_query, xchg, fc_ns_query_xchg_op );
208 PROC_DESC_ONCE ( struct fc_ns_query, proces
217 int fc_ns_query ( struct fc_peer *peer, struct fc_port *port, function
[all...]
H A Dfc.c1457 if ( ( rc = fc_ns_query ( peer, port,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcns.h212 extern int fc_ns_query ( struct fc_peer *peer, struct fc_port *port,

Completed in 593 milliseconds