mpt_send_handshake_request — Send MPT request via doorbell handshake method.
| int mpt_send_handshake_request ( | u8 cb_idx, | 
| MPT_ADAPTER * ioc, | |
| int reqBytes, | |
| u32 * req, | |
| int sleepFlag ); | 
cb_idxHandle of registered MPT protocol driver
iocPointer to MPT adapter structure
reqBytesSize of the request in bytes
reqPointer to MPT request frame
sleepFlagUse schedule if CAN_SLEEP else use udelay.