Deleted Added
full compact
ctl_private.h (275458) ctl_private.h (275474)
1/*-
2 * Copyright (c) 2003, 2004, 2005, 2008 Silicon Graphics International Corp.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 * POSSIBILITY OF SUCH DAMAGES.
29 *
30 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_private.h#7 $
1/*-
2 * Copyright (c) 2003, 2004, 2005, 2008 Silicon Graphics International Corp.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 * POSSIBILITY OF SUCH DAMAGES.
29 *
30 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_private.h#7 $
31 * $FreeBSD: head/sys/cam/ctl/ctl_private.h 275458 2014-12-03 15:16:18Z mav $
31 * $FreeBSD: head/sys/cam/ctl/ctl_private.h 275474 2014-12-04 11:34:19Z mav $
32 */
33/*
34 * CAM Target Layer driver private data structures/definitions.
35 *
36 * Author: Ken Merry <ken@FreeBSD.org>
37 */
38
39#ifndef _CTL_PRIVATE_H_

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

511int ctl_inquiry(struct ctl_scsiio *ctsio);
512int ctl_persistent_reserve_in(struct ctl_scsiio *ctsio);
513int ctl_persistent_reserve_out(struct ctl_scsiio *ctsio);
514int ctl_report_tagret_port_groups(struct ctl_scsiio *ctsio);
515int ctl_report_supported_opcodes(struct ctl_scsiio *ctsio);
516int ctl_report_supported_tmf(struct ctl_scsiio *ctsio);
517int ctl_report_timestamp(struct ctl_scsiio *ctsio);
518int ctl_isc(struct ctl_scsiio *ctsio);
32 */
33/*
34 * CAM Target Layer driver private data structures/definitions.
35 *
36 * Author: Ken Merry <ken@FreeBSD.org>
37 */
38
39#ifndef _CTL_PRIVATE_H_

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

511int ctl_inquiry(struct ctl_scsiio *ctsio);
512int ctl_persistent_reserve_in(struct ctl_scsiio *ctsio);
513int ctl_persistent_reserve_out(struct ctl_scsiio *ctsio);
514int ctl_report_tagret_port_groups(struct ctl_scsiio *ctsio);
515int ctl_report_supported_opcodes(struct ctl_scsiio *ctsio);
516int ctl_report_supported_tmf(struct ctl_scsiio *ctsio);
517int ctl_report_timestamp(struct ctl_scsiio *ctsio);
518int ctl_isc(struct ctl_scsiio *ctsio);
519int ctl_get_lba_status(struct ctl_scsiio *ctsio);
519
520void ctl_tpc_init(struct ctl_softc *softc);
521void ctl_tpc_shutdown(struct ctl_softc *softc);
522void ctl_tpc_lun_init(struct ctl_lun *lun);
523void ctl_tpc_lun_shutdown(struct ctl_lun *lun);
524int ctl_inquiry_evpd_tpc(struct ctl_scsiio *ctsio, int alloc_len);
525int ctl_receive_copy_status_lid1(struct ctl_scsiio *ctsio);
526int ctl_receive_copy_failure_details(struct ctl_scsiio *ctsio);

--- 17 unchanged lines hidden ---
520
521void ctl_tpc_init(struct ctl_softc *softc);
522void ctl_tpc_shutdown(struct ctl_softc *softc);
523void ctl_tpc_lun_init(struct ctl_lun *lun);
524void ctl_tpc_lun_shutdown(struct ctl_lun *lun);
525int ctl_inquiry_evpd_tpc(struct ctl_scsiio *ctsio, int alloc_len);
526int ctl_receive_copy_status_lid1(struct ctl_scsiio *ctsio);
527int ctl_receive_copy_failure_details(struct ctl_scsiio *ctsio);

--- 17 unchanged lines hidden ---