nvmet.h (b7405176b58aa475354f3c0d2ca1c560e9354288) nvmet.h (fe4a97918de02d5c656f29664770e335df12e090)
1/*
2 * Copyright (c) 2015-2016 HGST, a Western Digital Company.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT

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

80 u32 sqhd;
81 struct completion free_done;
82 struct completion confirm_done;
83};
84
85/**
86 * struct nvmet_port - Common structure to keep port
87 * information for the target.
1/*
2 * Copyright (c) 2015-2016 HGST, a Western Digital Company.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT

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

80 u32 sqhd;
81 struct completion free_done;
82 struct completion confirm_done;
83};
84
85/**
86 * struct nvmet_port - Common structure to keep port
87 * information for the target.
88 * @entry: List head for holding a list of these elements.
88 * @entry: Entry into referrals or transport list.
89 * @disc_addr: Address information is stored in a format defined
90 * for a discovery log page entry.
91 * @group: ConfigFS group for this element's folder.
92 * @priv: Private data for the transport.
93 */
94struct nvmet_port {
95 struct list_head entry;
96 struct nvmf_disc_rsp_page_entry disc_addr;

--- 269 unchanged lines hidden ---
89 * @disc_addr: Address information is stored in a format defined
90 * for a discovery log page entry.
91 * @group: ConfigFS group for this element's folder.
92 * @priv: Private data for the transport.
93 */
94struct nvmet_port {
95 struct list_head entry;
96 struct nvmf_disc_rsp_page_entry disc_addr;

--- 269 unchanged lines hidden ---