Deleted Added
full compact
isp_library.h (302408) isp_library.h (316084)
1/* $FreeBSD: stable/11/sys/dev/isp/isp_library.h 297751 2016-04-09 14:50:47Z mav $ */
1/* $FreeBSD: stable/11/sys/dev/isp/isp_library.h 316084 2017-03-28 10:11:00Z 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 *

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

72const char *isp_fc_toponame(fcparam *);
73
74/*
75 * Cleanup
76 */
77void isp_clear_commands(ispsoftc_t *);
78
79/*
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 *

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

72const char *isp_fc_toponame(fcparam *);
73
74/*
75 * Cleanup
76 */
77void isp_clear_commands(ispsoftc_t *);
78
79/*
80 * Common chip shutdown function
81 */
82void isp_shutdown(ispsoftc_t *);
83
84/*
85 * Put/Get routines to push from CPU view to device view
86 * or to pull from device view to CPU view for various
87 * data structures (IOCB)
88 */
89void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
90void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
91int isp_get_response_type(ispsoftc_t *, isphdr_t *);
92void isp_put_request(ispsoftc_t *, ispreq_t *, ispreq_t *);

--- 116 unchanged lines hidden ---
80 * Put/Get routines to push from CPU view to device view
81 * or to pull from device view to CPU view for various
82 * data structures (IOCB)
83 */
84void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
85void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
86int isp_get_response_type(ispsoftc_t *, isphdr_t *);
87void isp_put_request(ispsoftc_t *, ispreq_t *, ispreq_t *);

--- 116 unchanged lines hidden ---