Searched refs:peer_port_id (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/usr/
H A Dfcmgmt.h18 extern int fcels ( struct fc_port *port, struct fc_port_id *peer_port_id,
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dfcmgmt.c96 * @v peer_port_id Peer port ID
100 int fcels ( struct fc_port *port, struct fc_port_id *peer_port_id, argument
106 port->name, handler->name, fc_id_ntoa ( peer_port_id ) );
107 if ( ( rc = fc_els_request ( &monojob, port, peer_port_id,
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcels.c48 fc_id_ntoa ( &(els)->peer_port_id )
133 meta.dest = fc_fill_sockaddr ( &dest, &els->peer_port_id );
195 memcpy ( &els->peer_port_id, &src->sfc_port_id,
196 sizeof ( els->peer_port_id ) );
258 &els->peer_port_id,
285 * @v peer_port_id Peer port ID
290 struct fc_port_id *peer_port_id ) {
304 memcpy ( &els->peer_port_id, peer_port_id,
305 sizeof ( els->peer_port_id ) );
318 fc_els_request( struct interface *job, struct fc_port *port, struct fc_port_id *peer_port_id, struct fc_els_handler *handler ) argument
1119 fc_els_prli( struct interface *parent, struct fc_port *port, struct fc_port_id *peer_port_id, unsigned int type ) argument
[all...]
H A Dfcns.c57 * @v peer_port_id Peer port ID
61 struct fc_port_id *peer_port_id );
105 struct fc_port_id *peer_port_id; local
126 peer_port_id = &resp->gid_pn.port_id.port_id;
129 fc_id_ntoa ( peer_port_id ), query->port->name );
131 peer_port_id ) ) != 0 )
219 struct fc_port_id *peer_port_id ) ) {
H A Dfc.c291 struct fc_port_id peer_port_id; member in struct:fc_exchange
524 ( dest ? &dest->sfc_port_id : &xchg->peer_port_id ),
687 * @v peer_port_id Peer port ID
691 struct fc_port_id *peer_port_id,
703 memcpy ( &xchg->peer_port_id, peer_port_id,
704 sizeof ( xchg->peer_port_id ) );
720 * @v peer_port_id Peer port ID
724 struct fc_port_id *peer_port_id, unsigned int type ) {
728 xchg = fc_xchg_create ( port, peer_port_id, typ
690 fc_xchg_create( struct fc_port *port, struct fc_port_id *peer_port_id, unsigned int type ) argument
723 fc_xchg_originate( struct interface *parent, struct fc_port *port, struct fc_port_id *peer_port_id, unsigned int type ) argument
1910 fc_ulp_get_port_id_type( struct fc_port *port, const struct fc_port_id *peer_port_id, unsigned int type ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dfcmgmt_cmd.c141 struct fc_port_id peer_port_id; member in struct:fcels_options
149 struct fcels_options, peer_port_id, parse_fc_port_id ),
189 id = &opts.peer_port_id;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcels.h338 struct fc_port_id peer_port_id; member in struct:fc_els
426 struct fc_port_id *peer_port_id,
430 struct fc_port_id *peer_port_id );
432 struct fc_port_id *peer_port_id );
434 struct fc_port_id *peer_port_id, unsigned int type );
H A Dfc.h218 struct fc_port_id *peer_port_id,
230 * @v peer_port_id Peer port ID
235 struct fc_port_id *peer_port_id );
399 const struct fc_port_id *peer_port_id );
530 const struct fc_port_id *peer_port_id,
H A Dfcns.h215 struct fc_port_id *peer_port_id ) );

Completed in 85 milliseconds