Searched refs:rel_tgt_port (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci_tpgs.c44 int *rel_tgt_port, int *tgt_port, int *lu);
47 struct buf *bp, int rel_tgt_port, int tgt_port, int *pstate,
211 int lu = 0, rel_tgt_port = 0, tgt_port = 0x0; local
228 } else if (vhci_tpgs_page83(ap, bp, &rel_tgt_port, &tgt_port, &lu)) {
232 } else if (vhci_tpgs_report_target_groups(ap, bp, rel_tgt_port,
303 int *rel_tgt_port, int *tgt_port, int *lu)
385 *rel_tgt_port = 0;
386 *rel_tgt_port |= ((ptr[6] & 0xff) << 8);
387 *rel_tgt_port |= (ptr[7] & 0xff);
390 *rel_tgt_port));
302 vhci_tpgs_page83(struct scsi_address *ap, struct buf *bp, int *rel_tgt_port, int *tgt_port, int *lu) argument
444 vhci_tpgs_report_target_groups(struct scsi_address *ap, struct buf *bp, int rel_tgt_port, int tgt_port, int *pstate, int *preferred) argument
[all...]
H A Dmpapi_impl.c3465 int rel_tgt_port)
3732 if (rel_tid != rel_tgt_port) {
3464 vhci_mpapi_update_tpg_data(struct scsi_address *ap, char *ptr, int rel_tgt_port) argument

Completed in 82 milliseconds