Searched defs:srp_rsp (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dsrp.c474 static int srp_rsp ( struct srp_device *srpdev, function
476 const struct srp_rsp *rsp = data;
653 type = srp_rsp;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dsrp.h516 struct srp_rsp { struct
587 static inline const void * srp_rsp_response_data ( const struct srp_rsp *rsp ) {
598 static inline size_t srp_rsp_response_data_len ( const struct srp_rsp *rsp ) {
609 static inline const void * srp_rsp_sense_data ( const struct srp_rsp *rsp ) {
621 static inline size_t srp_rsp_sense_data_len ( const struct srp_rsp *rsp ) {

Completed in 60 milliseconds