Searched hist:"36 cbf39b56908bb2e7e8e392e5f08895c3ca4326" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/dsa/ |
H A D | tag_ocelot.c | diff 36cbf39b56908bb2e7e8e392e5f08895c3ca4326 Mon Dec 06 10:57:52 CST 2021 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
The location of the bridge device pointer and number is going to change. It is not going to be kept individually per port, but in a common structure allocated dynamically and which will have lockdep validation.
Create helpers to access these elements so that we have a migration path to the new organization.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | tag_8021q.c | diff 36cbf39b56908bb2e7e8e392e5f08895c3ca4326 Mon Dec 06 10:57:52 CST 2021 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
The location of the bridge device pointer and number is going to change. It is not going to be kept individually per port, but in a common structure allocated dynamically and which will have lockdep validation.
Create helpers to access these elements so that we have a migration path to the new organization.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | tag_sja1105.c | diff 36cbf39b56908bb2e7e8e392e5f08895c3ca4326 Mon Dec 06 10:57:52 CST 2021 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
The location of the bridge device pointer and number is going to change. It is not going to be kept individually per port, but in a common structure allocated dynamically and which will have lockdep validation.
Create helpers to access these elements so that we have a migration path to the new organization.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | tag_dsa.c | diff 36cbf39b56908bb2e7e8e392e5f08895c3ca4326 Mon Dec 06 10:57:52 CST 2021 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
The location of the bridge device pointer and number is going to change. It is not going to be kept individually per port, but in a common structure allocated dynamically and which will have lockdep validation.
Create helpers to access these elements so that we have a migration path to the new organization.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | switch.c | diff 36cbf39b56908bb2e7e8e392e5f08895c3ca4326 Mon Dec 06 10:57:52 CST 2021 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
The location of the bridge device pointer and number is going to change. It is not going to be kept individually per port, but in a common structure allocated dynamically and which will have lockdep validation.
Create helpers to access these elements so that we have a migration path to the new organization.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | port.c | diff 36cbf39b56908bb2e7e8e392e5f08895c3ca4326 Mon Dec 06 10:57:52 CST 2021 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
The location of the bridge device pointer and number is going to change. It is not going to be kept individually per port, but in a common structure allocated dynamically and which will have lockdep validation.
Create helpers to access these elements so that we have a migration path to the new organization.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | slave.c | diff 36cbf39b56908bb2e7e8e392e5f08895c3ca4326 Mon Dec 06 10:57:52 CST 2021 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
The location of the bridge device pointer and number is going to change. It is not going to be kept individually per port, but in a common structure allocated dynamically and which will have lockdep validation.
Create helpers to access these elements so that we have a migration path to the new organization.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/include/net/ |
H A D | dsa.h | diff 36cbf39b56908bb2e7e8e392e5f08895c3ca4326 Mon Dec 06 10:57:52 CST 2021 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
The location of the bridge device pointer and number is going to change. It is not going to be kept individually per port, but in a common structure allocated dynamically and which will have lockdep validation.
Create helpers to access these elements so that we have a migration path to the new organization.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|