Deleted Added
full compact
isp_library.h (288714) isp_library.h (290787)
1/* $FreeBSD: stable/10/sys/dev/isp/isp_library.h 288714 2015-10-05 08:31:48Z mav $ */
1/* $FreeBSD: stable/10/sys/dev/isp/isp_library.h 290787 2015-11-13 19:45:15Z 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 *

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

166uint32_t isp_find_tgt_handle(ispsoftc_t *, void *);
167void isp_destroy_tgt_handle(ispsoftc_t *, uint32_t);
168#endif
169int isp_find_pdb_by_wwn(ispsoftc_t *, int, uint64_t, fcportdb_t **);
170#ifdef ISP_TARGET_MODE
171int isp_find_pdb_by_handle(ispsoftc_t *, int, uint32_t, fcportdb_t **);
172int isp_find_pdb_by_sid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
173void isp_find_chan_by_did(ispsoftc_t *, uint32_t, uint16_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 *

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

166uint32_t isp_find_tgt_handle(ispsoftc_t *, void *);
167void isp_destroy_tgt_handle(ispsoftc_t *, uint32_t);
168#endif
169int isp_find_pdb_by_wwn(ispsoftc_t *, int, uint64_t, fcportdb_t **);
170#ifdef ISP_TARGET_MODE
171int isp_find_pdb_by_handle(ispsoftc_t *, int, uint32_t, fcportdb_t **);
172int isp_find_pdb_by_sid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
173void isp_find_chan_by_did(ispsoftc_t *, uint32_t, uint16_t *);
174void isp_add_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t, uint16_t);
174void isp_add_wwn_entry(ispsoftc_t *, int, uint64_t, uint64_t, uint16_t, uint32_t, uint16_t);
175void isp_del_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t);
176void isp_del_all_wwn_entries(ispsoftc_t *, int);
177void isp_del_wwn_entries(ispsoftc_t *, isp_notify_t *);
178
179void isp_put_atio(ispsoftc_t *, at_entry_t *, at_entry_t *);
180void isp_get_atio(ispsoftc_t *, at_entry_t *, at_entry_t *);
181void isp_put_atio2(ispsoftc_t *, at2_entry_t *, at2_entry_t *);
182void isp_put_atio2e(ispsoftc_t *, at2e_entry_t *, at2e_entry_t *);

--- 35 unchanged lines hidden ---
175void isp_del_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t);
176void isp_del_all_wwn_entries(ispsoftc_t *, int);
177void isp_del_wwn_entries(ispsoftc_t *, isp_notify_t *);
178
179void isp_put_atio(ispsoftc_t *, at_entry_t *, at_entry_t *);
180void isp_get_atio(ispsoftc_t *, at_entry_t *, at_entry_t *);
181void isp_put_atio2(ispsoftc_t *, at2_entry_t *, at2_entry_t *);
182void isp_put_atio2e(ispsoftc_t *, at2e_entry_t *, at2e_entry_t *);

--- 35 unchanged lines hidden ---