Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c2071 } pt_req; /* Passthru request */ in ql_scsi_passthru() local
2074 EXT_SCSI_PASSTHRU *sp_req = &pt_req.sp_cmd; in ql_scsi_passthru()
2075 EXT_FC_SCSI_PASSTHRU *fc_req = &pt_req.fc_cmd; in ql_scsi_passthru()
2133 if (ddi_copyin((void *)(uintptr_t)cmd->RequestAdr, &pt_req, in ql_scsi_passthru()
10190 EXT_ELS_PT_REQ *pt_req; in ql_els_passthru() local
10227 pt_req = (EXT_ELS_PT_REQ *)bp; in ql_els_passthru()
10230 QL_DUMP_9((uint8_t *)pt_req, 8, sizeof (EXT_ELS_PT_REQ)); in ql_els_passthru()
10233 if (pt_req->ValidMask & EXT_DEF_WWPN_VALID) { in ql_els_passthru()
10234 if (bcmp(ha->loginparams.nport_ww_name.raw_wwn, pt_req->WWPN, in ql_els_passthru()
10238 tq = ql_find_port(ha, pt_req->WWPN, QLNT_PORT); in ql_els_passthru()
[all …]