Searched defs:initiator (Results 1 - 5 of 5) 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/include/ipxe/
H A Dibft.h110 ibft_off_t initiator; member in struct:ibft_control
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...]
/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

Completed in 1016 milliseconds