/titanic_50/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_fcp.c | 103 cv_init(&fcp->fcp_cmd.fc_xmit_cv, NULL, CV_DRIVER, NULL); in av1394_fcp_attach() 104 cv_init(&fcp->fcp_cmd.fc_busy_cv, NULL, CV_DRIVER, NULL); in av1394_fcp_attach() 162 &fcp->fcp_cmd : &fcp->fcp_resp; in av1394_fcp_write() 243 av1394_fcp_cmd_t *fc = &avp->av_a.a_fcp.fcp_cmd; in av1394_fcp_ctl_alloc_cmd() 258 av1394_fcp_cmd_t *fc = &avp->av_a.a_fcp.fcp_cmd; in av1394_fcp_ctl_free_cmd() 305 cv_destroy(&fcp->fcp_cmd.fc_xmit_cv); in av1394_fcp_cleanup() 306 cv_destroy(&fcp->fcp_cmd.fc_busy_cv); in av1394_fcp_cleanup() 388 if (cmd == fcp->fcp_cmd.fc_cmd) { in av1394_fcp_cmd_completion_cb() 389 fc = &fcp->fcp_cmd; in av1394_fcp_cmd_completion_cb()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcp.h | 135 typedef struct fcp_cmd { struct 340 fcp_cmd
|
/titanic_50/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | sfvar.h | 277 struct fcp_cmd *cmd_block; 339 struct fcp_cmd cmd;
|
/titanic_50/usr/src/uts/common/sys/fc4/ |
H A D | fcp.h | 106 typedef struct fcp_cmd { struct
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 98 emlxs_node_t *ndlp, uint16_t xid, uint32_t class, emlxs_fcp_cmd_t *fcp_cmd); 2298 emlxs_fcp_cmd_t *fcp_cmd; local 2318 fcp_cmd = (emlxs_fcp_cmd_t *)mp->virt; 2341 bcopy((void *)&fcp_cmd->fcpLunMsl, lun, 8); 2361 iocb->ULPCLASS, fcp_cmd); 2379 fct_cmd, cmd_sbp, fcp_cmd->fcpCdb[0], sid, iocb->ULPCONTEXT, 2381 LE_SWAP32(fcp_cmd->fcpDl)); 2419 switch (fcp_cmd->fcpCntl1) { 2441 cnt = LE_SWAP32(fcp_cmd->fcpDl); 2442 switch (fcp_cmd->fcpCntl3) { [all …]
|
H A D | emlxs_solaris.c | 8563 FCP_CMND *fcp_cmd; in emlxs_send_fcp_cmd() local 8699 fcp_cmd = (FCP_CMND *) pkt->pkt_cmd; in emlxs_send_fcp_cmd() 8701 if (fcp_cmd->fcpCntl1 == FCP_QTYPE_UNTAGGED) { in emlxs_send_fcp_cmd() 8702 fcp_cmd->fcpCntl1 = FCP_QTYPE_SIMPLE; in emlxs_send_fcp_cmd()
|
H A D | emlxs_dfc.c | 10125 FCP_CMND *fcp_cmd; in emlxs_dfc_send_scsi_fcp() local 10205 fcp_cmd = (FCP_CMND *) pkt->pkt_cmd; in emlxs_dfc_send_scsi_fcp() 10208 bcopy((void *)dfc->buf2, (void *)fcp_cmd, sizeof (FCP_CMND)); in emlxs_dfc_send_scsi_fcp() 10229 if ((fcp_cmd->fcpCntl3 == WRITE_DATA) && dfc->buf3_size) { in emlxs_dfc_send_scsi_fcp()
|
/titanic_50/usr/src/uts/common/sys/1394/targets/av1394/ |
H A D | av1394_impl.h | 113 av1394_fcp_cmd_t fcp_cmd; /* outgoing FCP command */ member
|
/titanic_50/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 1429 struct fcp_cmd *fcmd; in sf_scsi_init_pkt() 1521 sizeof (struct fcp_cmd); in sf_scsi_init_pkt() 1672 sizeof (struct fcp_cmd); in sf_scsi_init_pkt() 1859 cmd_buf_size = (sizeof (struct fcp_cmd) * SF_ELEMS_IN_POOL + 7) & ~7; in sf_add_cr_pool() 1920 ptr->ntot = min((real_cmd_buf_size / sizeof (struct fcp_cmd)), in sf_add_cr_pool() 1930 dptr += sizeof (struct fcp_cmd); in sf_add_cr_pool() 2019 cmd->cmd_block = (struct fcp_cmd *)cptr; in sf_cr_alloc() 3477 struct fcp_cmd *reportlun = (struct fcp_cmd *)privp->cmd; in sf_do_reportlun() 3522 sizeof (struct fcp_cmd); in sf_do_reportlun() 3529 bzero((caddr_t)reportlun, sizeof (struct fcp_cmd)); in sf_do_reportlun() [all …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 2296 struct fcp_cmd fcp_cmd; in fcp_send_scsi_ioctl() local 2297 struct fcp_cmd *fcmd; in fcp_send_scsi_ioctl() 2552 sizeof (struct fcp_cmd), in fcp_send_scsi_ioctl() 2587 fcmd = (struct fcp_cmd *)fpkt->pkt_cmd; in fcp_send_scsi_ioctl() 2589 fcmd = &fcp_cmd; in fcp_send_scsi_ioctl() 2591 bzero(fcmd, sizeof (struct fcp_cmd)); in fcp_send_scsi_ioctl() 2641 fpkt->pkt_cmd_acc, sizeof (struct fcp_cmd)); in fcp_send_scsi_ioctl() 6522 struct fcp_cmd fcp_cmd; in fcp_send_scsi() local 6523 struct fcp_cmd *fcmd; in fcp_send_scsi() 6539 icmd = fcp_icmd_alloc(pptr, ptgt, sizeof (struct fcp_cmd), in fcp_send_scsi() [all …]
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1543 void (*fcp_cmd)(struct ql_adapter_state *, member
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 1073 ha->fcp_cmd = ql_command_iocb; in ql_attach() 1093 ha->fcp_cmd = ql_command_iocb; in ql_attach() 1126 ha->fcp_cmd = ql_command_24xx_iocb; in ql_attach() 1147 ha->fcp_cmd = ql_command_24xx_iocb; in ql_attach() 1167 ha->fcp_cmd = ql_command_24xx_iocb; in ql_attach() 1181 ha->fcp_cmd = ql_command_24xx_iocb; in ql_attach() 7003 sp->fcp = (struct fcp_cmd *)pkt->pkt_cmd; in ql_fcp_scsi_cmd() 7032 sp->iocb = ha->fcp_cmd; in ql_fcp_scsi_cmd()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 5126 struct fcoe_fcp_cmd_payload fcp_cmd /* FCP_CMD payload */; member
|