Deleted Added
full compact
isp_library.h (316154) isp_library.h (317360)
1/* $FreeBSD: stable/11/sys/dev/isp/isp_library.h 316154 2017-03-29 15:57:50Z mav $ */
1/* $FreeBSD: stable/11/sys/dev/isp/isp_library.h 317360 2017-04-24 10:21:13Z 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 *

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

151#ifdef ISP_TARGET_MODE
152#if defined(__NetBSD__) || defined(__OpenBSD__)
153#include <dev/ic/isp_target.h>
154#elif defined(__FreeBSD__)
155#include <dev/isp/isp_target.h>
156#else
157#include "isp_target.h"
158#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 *

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

151#ifdef ISP_TARGET_MODE
152#if defined(__NetBSD__) || defined(__OpenBSD__)
153#include <dev/ic/isp_target.h>
154#elif defined(__FreeBSD__)
155#include <dev/isp/isp_target.h>
156#else
157#include "isp_target.h"
158#endif
159
160int isp_send_tgt_cmd(ispsoftc_t *, void *, void *, uint32_t, uint32_t, isp_ddir_t, void *, uint32_t);
161#endif
159#endif
160
162int isp_find_pdb_empty(ispsoftc_t *, int, fcportdb_t **);
163int isp_find_pdb_by_wwpn(ispsoftc_t *, int, uint64_t, fcportdb_t **);
164int isp_find_pdb_by_handle(ispsoftc_t *, int, uint16_t, fcportdb_t **);
165int isp_find_pdb_by_portid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
166#ifdef ISP_TARGET_MODE
167void isp_find_chan_by_did(ispsoftc_t *, uint32_t, uint16_t *);
168void isp_add_wwn_entry(ispsoftc_t *, int, uint64_t, uint64_t, uint16_t, uint32_t, uint16_t);
169void isp_del_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t);

--- 32 unchanged lines hidden ---
161int isp_find_pdb_empty(ispsoftc_t *, int, fcportdb_t **);
162int isp_find_pdb_by_wwpn(ispsoftc_t *, int, uint64_t, fcportdb_t **);
163int isp_find_pdb_by_handle(ispsoftc_t *, int, uint16_t, fcportdb_t **);
164int isp_find_pdb_by_portid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
165#ifdef ISP_TARGET_MODE
166void isp_find_chan_by_did(ispsoftc_t *, uint32_t, uint16_t *);
167void isp_add_wwn_entry(ispsoftc_t *, int, uint64_t, uint64_t, uint16_t, uint32_t, uint16_t);
168void isp_del_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t);

--- 32 unchanged lines hidden ---