Deleted Added
full compact
isp_library.h (256281) isp_library.h (288714)
1/* $FreeBSD: stable/10/sys/dev/isp/isp_library.h 238869 2012-07-28 20:06:29Z mjacob $ */
1/* $FreeBSD: stable/10/sys/dev/isp/isp_library.h 288714 2015-10-05 08:31:48Z 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 *

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

160#endif
161
162int isp_send_tgt_cmd(ispsoftc_t *, void *, void *, uint32_t, uint32_t, isp_ddir_t, void *, uint32_t);
163
164int isp_allocate_xs_tgt(ispsoftc_t *, void *, uint32_t *);
165void *isp_find_xs_tgt(ispsoftc_t *, uint32_t);
166uint32_t isp_find_tgt_handle(ispsoftc_t *, void *);
167void isp_destroy_tgt_handle(ispsoftc_t *, uint32_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 *

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

160#endif
161
162int isp_send_tgt_cmd(ispsoftc_t *, void *, void *, uint32_t, uint32_t, isp_ddir_t, void *, uint32_t);
163
164int isp_allocate_xs_tgt(ispsoftc_t *, void *, uint32_t *);
165void *isp_find_xs_tgt(ispsoftc_t *, uint32_t);
166uint32_t isp_find_tgt_handle(ispsoftc_t *, void *);
167void isp_destroy_tgt_handle(ispsoftc_t *, uint32_t);
168
168#endif
169int isp_find_pdb_by_wwn(ispsoftc_t *, int, uint64_t, fcportdb_t **);
169int isp_find_pdb_by_wwn(ispsoftc_t *, int, uint64_t, fcportdb_t **);
170int isp_find_pdb_by_loopid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
170#ifdef ISP_TARGET_MODE
171int isp_find_pdb_by_handle(ispsoftc_t *, int, uint32_t, fcportdb_t **);
171int isp_find_pdb_by_sid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
172void isp_find_chan_by_did(ispsoftc_t *, uint32_t, uint16_t *);
173void isp_add_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t, uint16_t);
174void isp_del_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t);
175void isp_del_all_wwn_entries(ispsoftc_t *, int);
176void isp_del_wwn_entries(ispsoftc_t *, isp_notify_t *);
177
178void isp_put_atio(ispsoftc_t *, at_entry_t *, at_entry_t *);

--- 38 unchanged lines hidden ---
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);
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 *);

--- 38 unchanged lines hidden ---