Searched refs:mpt_send_handshake_cmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.c1375 mpt_send_handshake_cmd(struct mpt_softc *mpt, size_t len, void *cmd) function
1409 mpt_prt(mpt, "mpt_send_handshake_cmd: db ignored\n");
1417 mpt_prt(mpt, "mpt_send_handshake_cmd: db ack timed out\n");
1426 "mpt_send_handshake_cmd: timeout @ index %d\n", i);
1521 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req);
1539 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req);
1571 if ((error = mpt_send_handshake_cmd(mpt, sizeof init, &init)) != 0) {
2413 error = mpt_send_handshake_cmd(mpt, sizeof(fw_req_buf), &fw_req_buf);
H A Dmpt.h1085 int mpt_send_handshake_cmd(struct mpt_softc *mpt,
H A Dmpt_cam.c3912 error = mpt_send_handshake_cmd(mpt, sizeof(*tmf_req), tmf_req);
4590 error = mpt_send_handshake_cmd(mpt, sizeof(*req), req);

Completed in 150 milliseconds