/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_fcoe.h | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_ooo.h | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_iscsi.h | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_ooo.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_fcoe.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_ll2.h | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_init_ops.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_iscsi.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_sp.h | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_spq.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_dcbx.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_int.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_ll2.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_mcp.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_dev.c | diff 3587cb87cc44ce16581dd7908d74ea91984f93b6 Sun May 21 04:10:56 CDT 2017 Tomer Tayar <Tomer.Tayar@cavium.com> qed: Revise alloc/setup/free flow
Re-organize the logic that allocates and frees memory of various sub-components of the hw-function -
a. No need to pass pointers to said structure as parameters; The internal logic knows exactly where to find/set the data.
b. Nullify pointers after cleanup to prevent possible errors to re-entrant code.
Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|