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

/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt.c1378 mpt_send_handshake_cmd(struct mpt_softc *mpt, size_t len, void *cmd) function
1412 mpt_prt(mpt, "mpt_send_handshake_cmd: db ignored\n");
1420 mpt_prt(mpt, "mpt_send_handshake_cmd: db ack timed out\n");
1429 "mpt_send_handshake_cmd: timeout @ index %d\n", i);
1519 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req);
1537 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req);
1569 if ((error = mpt_send_handshake_cmd(mpt, sizeof init, &init)) != 0) {
2411 error = mpt_send_handshake_cmd(mpt, sizeof(fw_req_buf), &fw_req_buf);
H A Dmpt.h1093 int mpt_send_handshake_cmd(struct mpt_softc *mpt,
H A Dmpt_cam.c3914 error = mpt_send_handshake_cmd(mpt, sizeof(*tmf_req), tmf_req);
4592 error = mpt_send_handshake_cmd(mpt, sizeof(*req), req);

Completed in 118 milliseconds