HomeSort by: relevance | last modified time | path
    Searched refs:mpt_send_handshake_cmd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
mpt.h 170 int mpt_send_handshake_cmd(mpt_softc_t *, size_t, void *);
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) {
mpt_netbsd.c 1555 mpt_send_handshake_cmd(mpt, sizeof(*mngt_req), mngt_req);

Completed in 37 milliseconds