Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h768 struct fcp_lun *tgt_lun;
972 typedef struct fcp_lun { struct
1158 struct fcp_lun *lun;
1212 struct fcp_lun *lun;
1263 struct fcp_lun *plun;
1339 fcp_tgt::tgt_statec_cause fcp_lun::lun_next fcp_lun::lun_state))
1345 fcp_lun::lun_pkt_head fcp_lun::lun_pkt_tail
1346 fcp_lun::lun_cip fcp_lun::lun_mpxio))
1365 fcp_tgt::tgt_port fcp_lun::lun_num fcp_lun::lun_tgt
1366 fcp_lun::lun_type
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c851 pkt->fcp_lun[2] = cdma->cmd.fcp_lun[2] = in ql_cmd_24xx_type_6_iocb()
853 pkt->fcp_lun[3] = cdma->cmd.fcp_lun[3] = in ql_cmd_24xx_type_6_iocb()
855 pkt->fcp_lun[0] = cdma->cmd.fcp_lun[0] = in ql_cmd_24xx_type_6_iocb()
857 pkt->fcp_lun[1] = cdma->cmd.fcp_lun[1] = in ql_cmd_24xx_type_6_iocb()
859 pkt->fcp_lun[6] = cdma->cmd.fcp_lun[6] = in ql_cmd_24xx_type_6_iocb()
861 pkt->fcp_lun[7] = cdma->cmd.fcp_lun[7] = in ql_cmd_24xx_type_6_iocb()
863 pkt->fcp_lun[4] = cdma->cmd.fcp_lun[4] = in ql_cmd_24xx_type_6_iocb()
865 pkt->fcp_lun[5] = cdma->cmd.fcp_lun[5] = in ql_cmd_24xx_type_6_iocb()
1013 pkt24->fcp_lun[2] = in ql_marker()
1015 pkt24->fcp_lun[3] = in ql_marker()
[all …]
H A Dql_xioctl.c2320 pkt->cmd24.fcp_lun[2] = in ql_scsi_passthru()
2322 pkt->cmd24.fcp_lun[3] = in ql_scsi_passthru()
2324 pkt->cmd24.fcp_lun[0] = in ql_scsi_passthru()
2326 pkt->cmd24.fcp_lun[1] = in ql_scsi_passthru()
2328 pkt->cmd24.fcp_lun[6] = in ql_scsi_passthru()
2330 pkt->cmd24.fcp_lun[7] = in ql_scsi_passthru()
2332 pkt->cmd24.fcp_lun[4] = in ql_scsi_passthru()
2334 pkt->cmd24.fcp_lun[5] = in ql_scsi_passthru()
4509 pkt->cmd24.fcp_lun[2] = in ql_inq()
4511 pkt->cmd24.fcp_lun[3] = in ql_inq()
[all …]
H A Dql_mbx.c1364 pkt->mgmt.fcp_lun[2] = lobyte(fcp_ent_addr->ent_addr_0); in ql_task_mgmt_iocb()
1365 pkt->mgmt.fcp_lun[3] = hibyte(fcp_ent_addr->ent_addr_0); in ql_task_mgmt_iocb()
1366 pkt->mgmt.fcp_lun[0] = lobyte(fcp_ent_addr->ent_addr_1); in ql_task_mgmt_iocb()
1367 pkt->mgmt.fcp_lun[1] = hibyte(fcp_ent_addr->ent_addr_1); in ql_task_mgmt_iocb()
1368 pkt->mgmt.fcp_lun[6] = lobyte(fcp_ent_addr->ent_addr_2); in ql_task_mgmt_iocb()
1369 pkt->mgmt.fcp_lun[7] = hibyte(fcp_ent_addr->ent_addr_2); in ql_task_mgmt_iocb()
1370 pkt->mgmt.fcp_lun[4] = lobyte(fcp_ent_addr->ent_addr_3); in ql_task_mgmt_iocb()
1371 pkt->mgmt.fcp_lun[5] = hibyte(fcp_ent_addr->ent_addr_3); in ql_task_mgmt_iocb()
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c39 static struct fcp_lun lun;
199 if (mdb_vread(&lun, sizeof (struct fcp_lun), wsp->walk_addr) != in cmds_walk_i()
200 sizeof (struct fcp_lun)) { in cmds_walk_i()
268 wsp->walk_data = mdb_alloc(sizeof (struct fcp_lun), UM_SLEEP); in luns_walk_i()
281 if (mdb_vread(wsp->walk_data, sizeof (struct fcp_lun), in luns_walk_s()
291 (uintptr_t)(((struct fcp_lun *)wsp->walk_data)->lun_next); in luns_walk_s()
302 mdb_free(wsp->walk_data, sizeof (struct fcp_lun)); in luns_walk_f()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c4862 struct fcp_lun *plun; in fcp_handle_reportlun_changed()
5448 struct fcp_lun *plun; in fcp_update_tgt_state()
6209 struct fcp_lun *plun; in fcp_icmd_callback()
6907 struct fcp_lun *plun; in fcp_scsi_callback()
7241 struct fcp_lun *plun; in fcp_handle_page83()
7444 struct fcp_lun *plun; in fcp_handle_inquiry()
7923 struct fcp_lun *plun; in fcp_get_lun()
8062 struct fcp_lun *plun; in fcp_create_luns()
8358 struct fcp_lun *plun; in fcp_offline_tgt_luns()
8780 struct fcp_lun *plun; in fcp_complete_pkt()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h111 uint8_t fcp_lun[8]; /* SCSI LUN ID. */ member
138 uint8_t fcp_lun[8]; /* SCSI LUN ID. */ member
150 uint8_t fcp_lun[8]; /* SCSI LUN ID. */ member
457 uint8_t fcp_lun[8]; /* SCSI LUN ID. */ member
591 uint8_t fcp_lun[8]; /* SCSI LUN ID. */ member