Home
last modified time | relevance | path

Searched refs:HostTag (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_tool.h54 U16 HostTag; /* 0x00 */ member
86 U16 HostTag; /* 0x00 */ member
132 U16 HostTag; /* 0x00 */ member
155 U16 HostTag; /* 0x00 */ member
177 U16 HostTag; /* 0x00 */ member
196 U16 HostTag; /* 0x00 */ member
234 U16 HostTag; /* 0x00 */ member
252 U16 HostTag; /* 0x00 */ member
277 U16 HostTag; /* 0x00 */ member
303 U16 HostTag; /* 0x00 */ member
[all …]
H A Dmpi30_targ.h106 U16 HostTag; /* 0x00 */ member
141 U16 HostTag; /* 0x00 */ member
161 U16 HostTag; /* 0x00 */ member
182 U16 HostTag; /* 0x00 */ member
232 U16 HostTag; /* 0x00 */ member
264 U16 HostTag; /* 0x00 */ member
283 U16 HostTag; /* 0x00 */ member
311 U16 HostTag; /* 0x00 */ member
H A Dmpi30_ioc.h54 U16 HostTag; /* 0x00 */ member
120 U16 HostTag; /* 0x00 */ member
286 U16 HostTag; /* 0x00 */ member
305 U16 HostTag; /* 0x00 */ member
337 U16 HostTag; /* 0x00 */ member
354 U16 HostTag; /* 0x00 */ member
391 U16 HostTag; /* 0x00 */ member
408 U16 HostTag; /* 0x00 */ member
459 U16 HostTag; /* 0x00 */ member
484 U16 HostTag; /* 0x00 */ member
[all …]
H A Dmpi30_init.h72 U16 HostTag; /* 0x00 */ member
132 U16 HostTag; /* 0x00 */ member
205 U16 HostTag; /* 0x00 */ member
245 U16 HostTag; /* 0x00 */ member
H A Dmpi30_pci.h54 U16 HostTag; /* 0x00 */ member
86 U16 HostTag; /* 0x00 */ member
H A Dmpi30_sas.h65 U16 HostTag; /* 0x00 */ member
86 U16 HostTag; /* 0x00 */ member
H A Dmpi30_transport.h413 U16 HostTag; /* 0x0C */ member
446 U16 HostTag; /* 0x0C */ member
600 U16 HostTag; /* 0x00 */ member
616 U16 HostTag; /* 0x00 */ member
H A Dmpi30_cnfg.h167 U16 HostTag; /* 0x00 */ member
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c514 delq_req.HostTag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_delete_op_reply_queue()
653 create_req.HostTag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_create_op_reply_queue()
801 create_req.HostTag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_create_op_req_queue()
1520 iocfacts_req.HostTag = (MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_iocfacts()
2058 ci_upload.HostTag = htole16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_print_fw_pkg_ver()
2193 iocinit_req.HostTag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_issue_iocinit()
2397 evtnotify_req.HostTag = (MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_issue_event_notification()
2487 evtack_req.HostTag = htole16(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_process_event_ack()
3111 pe_req.HostTag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_issue_port_enable()
3158 iou_ctrl.HostTag = htole64(MPI3MR_HOSTTAG_INITCMDS); in mpi3mr_timestamp_sync()
[all …]
H A Dmpi3mr_app.c1083 mpi_header->HostTag = MPI3MR_HOSTTAG_IOCTLCMDS; in mpi3mr_app_mptcmds()
1415 pel_wait.HostTag = htole16(MPI3MR_HOSTTAG_PELWAIT); in mpi3mr_issue_pel_wait()
1456 pel_getseq_req.HostTag = htole16(MPI3MR_HOSTTAG_PELWAIT); in mpi3mr_send_pel_getseq()
1552 pel_getseq_req.HostTag = htole16(MPI3MR_HOSTTAG_PELWAIT); in mpi3mr_pel_getseq()
1590 pel_abort_req.HostTag = htole16(MPI3MR_HOSTTAG_PELABORT); in mpi3mr_pel_abort()
H A Dmpi3mr_cam.c568 tm_req.HostTag = htole16(MPI3MR_HOSTTAG_TMS); in mpi3mr_issue_tm()
1087 req->HostTag = cm->hosttag; in mpi3mr_action_scsiio()