Deleted Added
full compact
isp_stds.h (290775) isp_stds.h (291511)
1/* $FreeBSD: stable/10/sys/dev/isp/isp_stds.h 290775 2015-11-13 19:23:22Z mav $ */
1/* $FreeBSD: stable/10/sys/dev/isp/isp_stds.h 291511 2015-11-30 21:38:05Z mav $ */
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *

--- 124 unchanged lines hidden (view full) ---

134typedef struct {
135 ct_hdr_t rftid_hdr;
136 uint8_t rftid_reserved;
137 uint8_t rftid_portid[3];
138 uint32_t rftid_fc4types[8];
139} rft_id_t;
140
141/*
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *

--- 124 unchanged lines hidden (view full) ---

134typedef struct {
135 ct_hdr_t rftid_hdr;
136 uint8_t rftid_reserved;
137 uint8_t rftid_portid[3];
138 uint32_t rftid_fc4types[8];
139} rft_id_t;
140
141/*
142 * RFF_ID Requet CT_IU
143 *
144 * Source: INCITS 463-2010 Generic Services 6 Section 5.2.5.34
145 */
146typedef struct {
147 ct_hdr_t rffid_hdr;
148 uint8_t rffid_reserved;
149 uint8_t rffid_portid[3];
150 uint16_t rffid_reserved2;
151 uint8_t rffid_fc4features;
152 uint8_t rffid_fc4type;
153} rff_id_t;
154
155/*
142 * FCP Response IU and bits of interest
143 * Source: NCITS T10, Project 1828D, Revision 02b (aka FCP4r02b)
144 */
145typedef struct {
146 uint8_t fcp_rsp_reserved[8];
147 uint16_t fcp_rsp_status_qualifier; /* SAM-5 Status Qualifier */
148 uint8_t fcp_rsp_bits;
149 uint8_t fcp_rsp_scsi_status; /* SAM-5 SCSI Status Byte */

--- 142 unchanged lines hidden ---
156 * FCP Response IU and bits of interest
157 * Source: NCITS T10, Project 1828D, Revision 02b (aka FCP4r02b)
158 */
159typedef struct {
160 uint8_t fcp_rsp_reserved[8];
161 uint16_t fcp_rsp_status_qualifier; /* SAM-5 Status Qualifier */
162 uint8_t fcp_rsp_bits;
163 uint8_t fcp_rsp_scsi_status; /* SAM-5 SCSI Status Byte */

--- 142 unchanged lines hidden ---