Searched refs:mpt_send_handshake_cmd (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mpt/ |
H A D | mpt.c | 1375 mpt_send_handshake_cmd(struct mpt_softc *mpt, size_t len, void *cmd) in mpt_send_handshake_cmd() function 1516 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req); in mpt_get_iocfacts() 1534 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req); in mpt_get_portfacts() 1566 if ((error = mpt_send_handshake_cmd(mpt, sizeof init, &init)) != 0) { in mpt_send_ioc_init() 2407 error = mpt_send_handshake_cmd(mpt, sizeof(fw_req_buf), &fw_req_buf); in mpt_upload_fw()
|
H A D | mpt.h | 1074 int mpt_send_handshake_cmd(struct mpt_softc *mpt,
|
H A D | mpt_cam.c | 3930 error = mpt_send_handshake_cmd(mpt, sizeof(*tmf_req), tmf_req); in mpt_scsi_send_tmf() 4599 error = mpt_send_handshake_cmd(mpt, sizeof(*req), req); in mpt_abort_target_cmd()
|