diff options
author | Henry Orosco <henry.orosco@intel.com> | 2016-11-30 15:14:15 -0600 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-12-05 16:09:44 -0500 |
commit | 78300cf8152f87adb20fbe71a600e0d8d72aabe8 (patch) | |
tree | dbdd3837f42e0720c8e7cc0ca6992b5bf3928ebc /drivers/infiniband/hw/i40iw/i40iw.h | |
parent | 1ef936b229c54e73a3cce9f4eb8dd5a146add073 (diff) |
i40iw: Add request for reset on CQP timeout
When CQP times out, send a request to LAN driver for reset.
Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com>
Signed-off-by: Henry Orosco <henry.orosco@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/i40iw/i40iw.h')
-rw-r--r-- | drivers/infiniband/hw/i40iw/i40iw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/i40iw/i40iw.h b/drivers/infiniband/hw/i40iw/i40iw.h index c795c6160261..ef188e6b1f89 100644 --- a/drivers/infiniband/hw/i40iw/i40iw.h +++ b/drivers/infiniband/hw/i40iw/i40iw.h @@ -304,6 +304,7 @@ struct i40iw_device { u32 mpa_version; bool dcb; bool closing; + bool reset; u32 used_pds; u32 used_cqs; u32 used_mrs; |