Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mpi3mr/mpi/
H A Dmpi30_tool.h54 U16 HostTag; /* 0x00 */ member
86 U16 HostTag; /* 0x00 */ member
130 U16 HostTag; /* 0x00 */ member
153 U16 HostTag; /* 0x00 */ member
175 U16 HostTag; /* 0x00 */ member
194 U16 HostTag; /* 0x00 */ member
232 U16 HostTag; /* 0x00 */ member
250 U16 HostTag; /* 0x00 */ member
275 U16 HostTag; /* 0x00 */ member
344 U16 HostTag; /* 0x00 */ member
[all …]
H A Dmpi30_targ.h106 U16 HostTag; /* 0x00 */ member
140 U16 HostTag; /* 0x00 */ member
160 U16 HostTag; /* 0x00 */ member
181 U16 HostTag; /* 0x00 */ member
225 U16 HostTag; /* 0x00 */ member
255 U16 HostTag; /* 0x00 */ member
274 U16 HostTag; /* 0x00 */ member
302 U16 HostTag; /* 0x00 */ member
H A Dmpi30_ioc.h54 U16 HostTag; /* 0x00 */ member
110 U16 HostTag; /* 0x00 */ member
259 U16 HostTag; /* 0x00 */ member
278 U16 HostTag; /* 0x00 */ member
309 U16 HostTag; /* 0x00 */ member
326 U16 HostTag; /* 0x00 */ member
361 U16 HostTag; /* 0x00 */ member
378 U16 HostTag; /* 0x00 */ member
429 U16 HostTag; /* 0x00 */ member
454 U16 HostTag; /* 0x00 */ member
[all …]
H A Dmpi30_init.h72 U16 HostTag; /* 0x00 */ member
124 U16 HostTag; /* 0x00 */ member
196 U16 HostTag; /* 0x00 */ member
236 U16 HostTag; /* 0x00 */ member
H A Dmpi30_pci.h54 U16 HostTag; /* 0x00 */ member
84 U16 HostTag; /* 0x00 */ member
H A Dmpi30_sas.h64 U16 HostTag; /* 0x00 */ member
85 U16 HostTag; /* 0x00 */ member
H A Dmpi30_transport.h390 U16 HostTag; /* 0x0C */ member
423 U16 HostTag; /* 0x0C */ member
578 U16 HostTag; /* 0x00 */ member
594 U16 HostTag; /* 0x00 */ member
H A Dmpi30_cnfg.h145 U16 HostTag; /* 0x00 */ member
/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr.c515 delq_req.HostTag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_delete_op_reply_queue()
654 create_req.HostTag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_create_op_reply_queue()
802 create_req.HostTag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_create_op_req_queue()
3027 pe_req.HostTag = MPI3MR_HOSTTAG_INITCMDS; in mpi3mr_issue_port_enable()
3667 tm_req.HostTag = htole16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_send_tm()
4283 host_tag = status_desc->HostTag; in mpi3mr_process_admin_reply_desc()
4296 host_tag = def_reply->HostTag; in mpi3mr_process_admin_reply_desc()
4310 host_tag = success_desc->HostTag; in mpi3mr_process_admin_reply_desc()
4494 host_tag = status_desc->HostTag; in mpi3mr_process_op_reply_desc()
4513 host_tag = scsi_reply->HostTag; in mpi3mr_process_op_reply_desc()
[all …]
H A Dmpi3mr_app.c1070 mpi_header->HostTag = MPI3MR_HOSTTAG_IOCTLCMDS; in mpi3mr_app_mptcmds()
1399 pel_wait.HostTag = htole16(MPI3MR_HOSTTAG_PELWAIT); in mpi3mr_issue_pel_wait()
1440 pel_getseq_req.HostTag = htole16(MPI3MR_HOSTTAG_PELWAIT); in mpi3mr_send_pel_getseq()
1536 pel_getseq_req.HostTag = htole16(MPI3MR_HOSTTAG_PELWAIT); in mpi3mr_pel_getseq()
1574 pel_abort_req.HostTag = htole16(MPI3MR_HOSTTAG_PELABORT); in mpi3mr_pel_abort()
H A Dmpi3mr_cam.c538 tm_req.HostTag = htole16(MPI3MR_HOSTTAG_TMS); in mpi3mr_issue_tm()
1057 req->HostTag = cm->hosttag; in mpi3mr_action_scsiio()