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

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

118void isp_put_vp_port_info(ispsoftc_t *, vp_port_info_t *, vp_port_info_t *);
119void isp_get_vp_port_info(ispsoftc_t *, vp_port_info_t *, vp_port_info_t *);
120void isp_put_vp_ctrl_info(ispsoftc_t *, vp_ctrl_info_t *, vp_ctrl_info_t *);
121void isp_get_vp_ctrl_info(ispsoftc_t *, vp_ctrl_info_t *, vp_ctrl_info_t *);
122void isp_put_vp_modify(ispsoftc_t *, vp_modify_t *, vp_modify_t *);
123void isp_get_vp_modify(ispsoftc_t *, vp_modify_t *, vp_modify_t *);
124void isp_get_pdb_21xx(ispsoftc_t *, isp_pdb_21xx_t *, isp_pdb_21xx_t *);
125void isp_get_pdb_24xx(ispsoftc_t *, isp_pdb_24xx_t *, isp_pdb_24xx_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 *

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

118void isp_put_vp_port_info(ispsoftc_t *, vp_port_info_t *, vp_port_info_t *);
119void isp_get_vp_port_info(ispsoftc_t *, vp_port_info_t *, vp_port_info_t *);
120void isp_put_vp_ctrl_info(ispsoftc_t *, vp_ctrl_info_t *, vp_ctrl_info_t *);
121void isp_get_vp_ctrl_info(ispsoftc_t *, vp_ctrl_info_t *, vp_ctrl_info_t *);
122void isp_put_vp_modify(ispsoftc_t *, vp_modify_t *, vp_modify_t *);
123void isp_get_vp_modify(ispsoftc_t *, vp_modify_t *, vp_modify_t *);
124void isp_get_pdb_21xx(ispsoftc_t *, isp_pdb_21xx_t *, isp_pdb_21xx_t *);
125void isp_get_pdb_24xx(ispsoftc_t *, isp_pdb_24xx_t *, isp_pdb_24xx_t *);
126void isp_get_pnhle_21xx(ispsoftc_t *, isp_pnhle_21xx_t *, isp_pnhle_21xx_t *);
127void isp_get_pnhle_23xx(ispsoftc_t *, isp_pnhle_23xx_t *, isp_pnhle_23xx_t *);
128void isp_get_pnhle_24xx(ispsoftc_t *, isp_pnhle_24xx_t *, isp_pnhle_24xx_t *);
129void isp_get_pnnle(ispsoftc_t *, isp_pnnle_t *, isp_pnnle_t *);
126void isp_get_ridacq(ispsoftc_t *, isp_ridacq_t *, isp_ridacq_t *);
127void isp_get_plogx(ispsoftc_t *, isp_plogx_t *, isp_plogx_t *);
128void isp_put_plogx(ispsoftc_t *, isp_plogx_t *, isp_plogx_t *);
129void isp_get_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *);
130void isp_get_ms(ispsoftc_t *isp, isp_ms_t *, isp_ms_t *);
131void isp_put_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *);
132void isp_put_ms(ispsoftc_t *isp, isp_ms_t *, isp_ms_t *);
133void isp_put_sns_request(ispsoftc_t *, sns_screq_t *, sns_screq_t *);

--- 84 unchanged lines hidden ---
130void isp_get_ridacq(ispsoftc_t *, isp_ridacq_t *, isp_ridacq_t *);
131void isp_get_plogx(ispsoftc_t *, isp_plogx_t *, isp_plogx_t *);
132void isp_put_plogx(ispsoftc_t *, isp_plogx_t *, isp_plogx_t *);
133void isp_get_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *);
134void isp_get_ms(ispsoftc_t *isp, isp_ms_t *, isp_ms_t *);
135void isp_put_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *);
136void isp_put_ms(ispsoftc_t *isp, isp_ms_t *, isp_ms_t *);
137void isp_put_sns_request(ispsoftc_t *, sns_screq_t *, sns_screq_t *);

--- 84 unchanged lines hidden ---