Deleted Added
full compact
isp_library.h (291498) isp_library.h (291511)
1/* $FreeBSD: stable/10/sys/dev/isp/isp_library.h 291498 2015-11-30 21:28:53Z mav $ */
1/* $FreeBSD: stable/10/sys/dev/isp/isp_library.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 *

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

143void isp_get_gff_id_response(ispsoftc_t *, sns_gff_id_rsp_t *, sns_gff_id_rsp_t *);
144void isp_get_ga_nxt_response(ispsoftc_t *, sns_ga_nxt_rsp_t *, sns_ga_nxt_rsp_t *);
145void isp_get_els(ispsoftc_t *, els_t *, els_t *);
146void isp_put_els(ispsoftc_t *, els_t *, els_t *);
147void isp_get_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *);
148void isp_put_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *);
149void isp_get_fcp_cmnd_iu(ispsoftc_t *, fcp_cmnd_iu_t *, fcp_cmnd_iu_t *);
150void isp_put_rft_id(ispsoftc_t *, rft_id_t *, rft_id_t *);
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 *

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

143void isp_get_gff_id_response(ispsoftc_t *, sns_gff_id_rsp_t *, sns_gff_id_rsp_t *);
144void isp_get_ga_nxt_response(ispsoftc_t *, sns_ga_nxt_rsp_t *, sns_ga_nxt_rsp_t *);
145void isp_get_els(ispsoftc_t *, els_t *, els_t *);
146void isp_put_els(ispsoftc_t *, els_t *, els_t *);
147void isp_get_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *);
148void isp_put_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *);
149void isp_get_fcp_cmnd_iu(ispsoftc_t *, fcp_cmnd_iu_t *, fcp_cmnd_iu_t *);
150void isp_put_rft_id(ispsoftc_t *, rft_id_t *, rft_id_t *);
151void isp_put_rff_id(ispsoftc_t *, rff_id_t *, rff_id_t *);
151void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
152void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
153void isp_put_fcp_rsp_iu(ispsoftc_t *isp, fcp_rsp_iu_t *, fcp_rsp_iu_t *);
154
155#define ISP_HANDLE_MASK 0x7fff
156
157#ifdef ISP_TARGET_MODE
158#if defined(__NetBSD__) || defined(__OpenBSD__)

--- 63 unchanged lines hidden ---
152void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
153void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
154void isp_put_fcp_rsp_iu(ispsoftc_t *isp, fcp_rsp_iu_t *, fcp_rsp_iu_t *);
155
156#define ISP_HANDLE_MASK 0x7fff
157
158#ifdef ISP_TARGET_MODE
159#if defined(__NetBSD__) || defined(__OpenBSD__)

--- 63 unchanged lines hidden ---