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

/freebsd-10.2-release/sys/cam/ctl/
H A Dctl_frontend_iscsi.c198 const struct iscsi_bhs_scsi_command *bhssc; local
225 bhssc = (const struct iscsi_bhs_scsi_command *)request->ip_bhs;
226 cmdsn = ntohl(bhssc->bhssc_cmdsn);
227 expstatsn = ntohl(bhssc->bhssc_expstatsn);
546 struct iscsi_bhs_scsi_command *bhssc; local
552 bhssc = (struct iscsi_bhs_scsi_command *)request->ip_bhs;
554 // bhssc->bhssc_initiator_task_tag);
570 io->io_hdr.nexus.targ_lun = cfiscsi_decode_lun(bhssc->bhssc_lun);
571 io->scsiio.tag_num = bhssc->bhssc_initiator_task_tag;
572 switch ((bhssc
2320 const struct iscsi_bhs_scsi_command *bhssc; local
2538 const struct iscsi_bhs_scsi_command *bhssc; local
2702 struct iscsi_bhs_scsi_command *bhssc; local
[all...]
/freebsd-10.2-release/sys/dev/iscsi/
H A Discsi.c184 struct iscsi_bhs_scsi_command *bhssc; local
194 bhssc = (struct iscsi_bhs_scsi_command *)request->ip_bhs;
199 if (bhssc->bhssc_opcode != ISCSI_BHS_OPCODE_SCSI_DATA_OUT) {
201 (bhssc->bhssc_opcode & ISCSI_BHS_OPCODE_IMMEDIATE) == 0) {
212 bhssc->bhssc_opcode);
216 bhssc->bhssc_cmdsn = htonl(is->is_cmdsn);
217 if ((bhssc->bhssc_opcode & ISCSI_BHS_OPCODE_IMMEDIATE) == 0)
220 bhssc->bhssc_expstatsn = htonl(is->is_statsn + 1);
2105 struct iscsi_bhs_scsi_command *bhssc; local
2140 bhssc
[all...]

Completed in 488 milliseconds