Deleted Added
full compact
isp_library.h (291512) isp_library.h (291514)
1/* $FreeBSD: stable/10/sys/dev/isp/isp_library.h 291512 2015-11-30 21:38:51Z mav $ */
1/* $FreeBSD: stable/10/sys/dev/isp/isp_library.h 291514 2015-11-30 21:40:20Z 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) ---

166
167int isp_send_tgt_cmd(ispsoftc_t *, void *, void *, uint32_t, uint32_t, isp_ddir_t, void *, uint32_t);
168
169int isp_allocate_xs_tgt(ispsoftc_t *, void *, uint32_t *);
170void *isp_find_xs_tgt(ispsoftc_t *, uint32_t);
171uint32_t isp_find_tgt_handle(ispsoftc_t *, void *);
172void isp_destroy_tgt_handle(ispsoftc_t *, uint32_t);
173#endif
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) ---

166
167int isp_send_tgt_cmd(ispsoftc_t *, void *, void *, uint32_t, uint32_t, isp_ddir_t, void *, uint32_t);
168
169int isp_allocate_xs_tgt(ispsoftc_t *, void *, uint32_t *);
170void *isp_find_xs_tgt(ispsoftc_t *, uint32_t);
171uint32_t isp_find_tgt_handle(ispsoftc_t *, void *);
172void isp_destroy_tgt_handle(ispsoftc_t *, uint32_t);
173#endif
174int isp_find_pdb_by_wwn(ispsoftc_t *, int, uint64_t, fcportdb_t **);
175#ifdef ISP_TARGET_MODE
174int isp_find_pdb_empty(ispsoftc_t *, int, fcportdb_t **);
175int isp_find_pdb_by_wwpn(ispsoftc_t *, int, uint64_t, fcportdb_t **);
176int isp_find_pdb_by_handle(ispsoftc_t *, int, uint16_t, fcportdb_t **);
176int isp_find_pdb_by_handle(ispsoftc_t *, int, uint16_t, fcportdb_t **);
177int isp_find_pdb_by_sid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
177int isp_find_pdb_by_portid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
178#ifdef ISP_TARGET_MODE
178void isp_find_chan_by_did(ispsoftc_t *, uint32_t, uint16_t *);
179void isp_add_wwn_entry(ispsoftc_t *, int, uint64_t, uint64_t, uint16_t, uint32_t, uint16_t);
180void isp_del_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t);
181void isp_del_all_wwn_entries(ispsoftc_t *, int);
182void isp_del_wwn_entries(ispsoftc_t *, isp_notify_t *);
183
184void isp_put_atio(ispsoftc_t *, at_entry_t *, at_entry_t *);
185void isp_get_atio(ispsoftc_t *, at_entry_t *, at_entry_t *);

--- 37 unchanged lines hidden ---
179void isp_find_chan_by_did(ispsoftc_t *, uint32_t, uint16_t *);
180void isp_add_wwn_entry(ispsoftc_t *, int, uint64_t, uint64_t, uint16_t, uint32_t, uint16_t);
181void isp_del_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t);
182void isp_del_all_wwn_entries(ispsoftc_t *, int);
183void isp_del_wwn_entries(ispsoftc_t *, isp_notify_t *);
184
185void isp_put_atio(ispsoftc_t *, at_entry_t *, at_entry_t *);
186void isp_get_atio(ispsoftc_t *, at_entry_t *, at_entry_t *);

--- 37 unchanged lines hidden ---