mpt.c | 370 mpt_send_handshake_cmd(mpt_softc_t *mpt, size_t len, void *cmd) function in typeref:typename:int 404 mpt_prt(mpt, "mpt_send_handshake_cmd timeout1"); 412 mpt_prt(mpt, "mpt_send_handshake_cmd timeout2"); 421 "mpt_send_handshake_cmd timeout! index = %d", i); 510 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req); 527 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req); 555 if ((error = mpt_send_handshake_cmd(mpt, sizeof init, &init)) != 0) {
|