bnx2fc_tgt.c (f01387d2693813eb5271a3448e6a082322c7d75d) | bnx2fc_tgt.c (17d87c45b9042fa2f830c5a47cdfd3370bb60729) |
---|---|
1/* bnx2fc_tgt.c: Broadcom NetXtreme II Linux FCoE offload driver. | 1/* bnx2fc_tgt.c: QLogic NetXtreme II Linux FCoE offload driver. |
2 * Handles operations such as session offload/upload etc, and manages 3 * session resources such as connection id and qp resources. 4 * 5 * Copyright (c) 2008 - 2013 Broadcom Corporation | 2 * Handles operations such as session offload/upload etc, and manages 3 * session resources such as connection id and qp resources. 4 * 5 * Copyright (c) 2008 - 2013 Broadcom Corporation |
6 * Copyright (c) 2014, QLogic Corporation |
|
6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation. 10 * 11 * Written by: Bhanu Prakash Gollapudi (bprakash@broadcom.com) 12 */ 13 --- 896 unchanged lines hidden --- | 7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License as published by 10 * the Free Software Foundation. 11 * 12 * Written by: Bhanu Prakash Gollapudi (bprakash@broadcom.com) 13 */ 14 --- 896 unchanged lines hidden --- |