centos man page for mpt_handshake_req_reply_wait

Query: mpt_handshake_req_reply_wait

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MPT_HANDSHAKE_REQ_RE(9) 				       Message-based devices					   MPT_HANDSHAKE_REQ_RE(9)

NAME
mpt_handshake_req_reply_wait - Send MPT request to and receive reply from IOC via doorbell handshake method.
SYNOPSIS
int mpt_handshake_req_reply_wait(MPT_ADAPTER * ioc, int reqBytes, u32 * req, int replyBytes, u16 * u16reply, int maxwait, int sleepFlag);
ARGUMENTS
ioc Pointer to MPT_ADAPTER structure reqBytes Size of the request in bytes req Pointer to MPT request frame replyBytes Expected size of the reply in bytes u16reply Pointer to area where reply should be written maxwait Max wait time for a reply (in seconds) sleepFlag Specifies whether the process can sleep
NOTES
It is the callers responsibility to byte-swap fields in the request which are greater than 1 byte in size. It is also the callers responsibility to byte-swap response fields which are greater than 1 byte in size. Returns 0 for success, non-zero for failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 MPT_HANDSHAKE_REQ_RE(9)
Related Man Pages
xcb_randr_get_crtc_gamma_blue(3) - centos
xcb_randr_get_crtc_gamma_green(3) - centos
xcb_randr_get_crtc_gamma_reply(3) - centos
xcb_randr_get_crtc_gamma_unchecked(3) - centos
swap_word_bytes(9r) - osf1
Similar Topics in the Unix Linux Community
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq