cxgb4i.c (d8f797c60661a90ee26ca9330cf85ede9aa2ec17) cxgb4i.c (e0f8e8cf3bf9305f36155a5ac6e16b3b910e6cec)
1/*
2 * cxgb4i.c: Chelsio 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.

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

1590 free_atid(csk);
1591 else if (cxgbi_sock_flag(csk, CTPF_HAS_TID)) {
1592 lldi = cxgbi_cdev_priv(csk->cdev);
1593 cxgb4_remove_tid(lldi->tids, 0, csk->tid);
1594 cxgbi_sock_clear_flag(csk, CTPF_HAS_TID);
1595 cxgbi_sock_put(csk);
1596 }
1597 csk->dst = NULL;
1/*
2 * cxgb4i.c: Chelsio 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.

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

1590 free_atid(csk);
1591 else if (cxgbi_sock_flag(csk, CTPF_HAS_TID)) {
1592 lldi = cxgbi_cdev_priv(csk->cdev);
1593 cxgb4_remove_tid(lldi->tids, 0, csk->tid);
1594 cxgbi_sock_clear_flag(csk, CTPF_HAS_TID);
1595 cxgbi_sock_put(csk);
1596 }
1597 csk->dst = NULL;
1598 csk->cdev = NULL;
1599}
1600
1601static int init_act_open(struct cxgbi_sock *csk)
1602{
1603 struct cxgbi_device *cdev = csk->cdev;
1604 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev);
1605 struct net_device *ndev = cdev->ports[csk->port_id];
1606 struct sk_buff *skb = NULL;

--- 557 unchanged lines hidden ---
1598}
1599
1600static int init_act_open(struct cxgbi_sock *csk)
1601{
1602 struct cxgbi_device *cdev = csk->cdev;
1603 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev);
1604 struct net_device *ndev = cdev->ports[csk->port_id];
1605 struct sk_buff *skb = NULL;

--- 557 unchanged lines hidden ---