libcxgbi.h (75b61250bf687c686ba6850c34eccc1303b0b827) libcxgbi.h (e0f8e8cf3bf9305f36155a5ac6e16b3b910e6cec)
1/*
2 * libcxgbi.h: Chelsio common library for T3/T4 iSCSI driver.
3 *
4 * Copyright (c) 2010-2015 Chelsio Communications, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation.

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

182 CTPF_ABORT_RPL_RCVD, /*received one ABORT_RPL_RSS message */
183 CTPF_ABORT_REQ_RCVD, /*received one ABORT_REQ_RSS message */
184 CTPF_ABORT_RPL_PENDING, /* expecting an abort reply */
185 CTPF_TX_DATA_SENT, /* already sent a TX_DATA WR */
186 CTPF_ACTIVE_CLOSE_NEEDED,/* need to be closed */
187 CTPF_HAS_ATID, /* reserved atid */
188 CTPF_HAS_TID, /* reserved hw tid */
189 CTPF_OFFLOAD_DOWN, /* offload function off */
1/*
2 * libcxgbi.h: Chelsio common library for T3/T4 iSCSI driver.
3 *
4 * Copyright (c) 2010-2015 Chelsio Communications, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation.

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

182 CTPF_ABORT_RPL_RCVD, /*received one ABORT_RPL_RSS message */
183 CTPF_ABORT_REQ_RCVD, /*received one ABORT_REQ_RSS message */
184 CTPF_ABORT_RPL_PENDING, /* expecting an abort reply */
185 CTPF_TX_DATA_SENT, /* already sent a TX_DATA WR */
186 CTPF_ACTIVE_CLOSE_NEEDED,/* need to be closed */
187 CTPF_HAS_ATID, /* reserved atid */
188 CTPF_HAS_TID, /* reserved hw tid */
189 CTPF_OFFLOAD_DOWN, /* offload function off */
190 CTPF_LOGOUT_RSP_RCVD, /* received logout response */
190};
191
192struct cxgbi_skb_rx_cb {
193 __u32 ddigest;
194 __u32 pdulen;
195};
196
197struct cxgbi_skb_tx_cb {

--- 422 unchanged lines hidden ---
191};
192
193struct cxgbi_skb_rx_cb {
194 __u32 ddigest;
195 __u32 pdulen;
196};
197
198struct cxgbi_skb_tx_cb {

--- 422 unchanged lines hidden ---