Searched refs:initiator (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dibft.c63 struct ibft_initiator initiator __attribute__ (( aligned ( 16 ) )); member in struct:ipxe_ibft
282 * @v initiator Initiator portion of iBFT
287 static int ibft_fill_initiator ( struct ibft_initiator *initiator, argument
293 initiator->header.structure_id = IBFT_STRUCTURE_ID_INITIATOR;
294 initiator->header.version = 1;
295 initiator->header.length = cpu_to_le16 ( sizeof ( *initiator ) );
296 initiator->header.flags = ( IBFT_FL_INITIATOR_BLOCK_VALID |
300 if ( ( rc = ibft_set_string ( strings, &initiator->initiator_name,
303 DBG ( "iBFT initiator hostnam
[all...]
H A Dsrp.c50 /** Maximum length of any initiator-to-target IU that we will send
74 "Requested maximum initiator to target IU length value too large" )
94 "RDMA channel limit reached for this initiator" )
117 union srp_port_id initiator; member in struct:srp_device
293 * @v initiator Initiator port ID
298 static int srp_login ( struct srp_device *srpdev, union srp_port_id *initiator, argument
317 memcpy ( &login_req->initiator, initiator,
318 sizeof ( login_req->initiator ) );
726 memcpy ( &sbft->srp.initiator,
775 srp_open( struct interface *block, struct interface *socket, union srp_port_id *initiator, union srp_port_id *target, uint32_t memory_handle, struct scsi_lun *lun ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_srp.c181 * @v initiator Initiator port ID
188 union srp_port_id *initiator,
220 if ( ( rc = srp_open ( block, &ib_srp->srp, initiator, target,
258 union ib_srp_initiator_port_id initiator; member in struct:ib_srp_root_path
343 * Parse IB SRP root path initiator identifier extension
351 union ib_srp_initiator_port_id *port_id = &rp->initiator;
359 * Parse IB SRP root path initiator HCA GUID
367 union ib_srp_initiator_port_id *port_id = &rp->initiator;
570 &rp.initiator.srp, &rp.target.srp,
186 ib_srp_open( struct interface *block, struct ib_device *ibdev, union ib_gid *dgid, union ib_guid *service_id, union srp_port_id *initiator, union srp_port_id *target, struct scsi_lun *lun ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dsrp.h69 /** Requested maximum initiator to target IU length */
89 union srp_port_id initiator; member in struct:srp_login_req
141 /** Maximum initiator to target IU length */
143 /** Maximum target to initiator IU length */
230 /** Requested maximum initiator to target IU length value too large */
242 /** RDMA channel limit reached for this initiator */
262 /** An SRP initiator logout request */
275 /** Type of an SRP initiator logout request */
312 /** The initiator specified solicited notification of logouts */
324 /** SRP initiator por
817 union srp_port_id initiator; member in struct:sbft_srp_subtable
[all...]
H A Dibft.h110 ibft_off_t initiator; member in struct:ibft_control
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp1066 ComPtr<IUnknown> initiator;
1067 CHECK_ERROR_BREAK(progress, COMGETTER(Initiator)(initiator.asOutParam()));
1069 RTPrintf("initiator(unk) = %p\n", (IUnknown *)initiator);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2009 IConsole * initiator,
2024 IConsole * initiator,
2032 IConsole * initiator,
2039 IConsole * initiator,
3174 nsresult (*GetInitiator)(IProgress *pThis, nsISupports * *initiator);
H A DVBoxCAPI_v3_0.h2547 IConsole * initiator,
2562 IConsole * initiator,
2570 IConsole * initiator,
2577 IConsole * initiator,
3727 nsresult (*GetInitiator)(IProgress *pThis, nsISupports * *initiator);
H A DVBoxCAPI_v3_1.h2454 IConsole * initiator,
2469 IConsole * initiator,
2477 IConsole * initiator,
3739 nsresult (*GetInitiator)(IProgress *pThis, nsISupports * *initiator);
H A DVBoxCAPI_v3_2.h2510 IConsole * initiator,
2525 IConsole * initiator,
2544 IConsole * initiator,
3943 nsresult (*GetInitiator)(IProgress *pThis, nsISupports * *initiator);
H A DVBoxCAPI_v4_0.h2674 IConsole * initiator,
2689 IConsole * initiator,
2708 IConsole * initiator,
4204 nsresult (*GetInitiator)(IProgress *pThis, nsISupports * *initiator);
H A DVBoxCAPI_v4_1.h2876 IConsole * initiator,
2891 IConsole * initiator,
2912 IConsole * initiator,
4562 nsresult (*GetInitiator)(IProgress *pThis, nsISupports * *initiator);
H A DVBoxCAPI_v4_2.h3125 IConsole * initiator,
3140 IConsole * initiator,
3161 IConsole * initiator,
5475 nsresult (*GetInitiator)(IProgress *pThis, nsISupports * *initiator);
H A DVBoxCAPI_v4_3.h10796 nsresult (*GetInitiator)(IProgress *pThis, nsISupports * *initiator);
10865 nsresult (*GetInitiator)(IProgress *pThis, nsISupports * *initiator);

Completed in 293 milliseconds