Searched hist:bb535c0dbb6f5508bf81ec21b20c18d32a881ef1 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_pool.c | bb535c0dbb6f5508bf81ec21b20c18d32a881ef1 Thu Feb 02 11:43:47 CET 2023 Daniel Machon <daniel.machon@microchip.com> net: microchip: sparx5: add resource pools
Add resource pools and accessor functions. These pools can be queried by the driver, whenever a finite resource is required. Some resources can be reused, in which case an index and a reference count is used to keep track of users.
Signed-off-by: Daniel Machon <daniel.machon@microchip.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Makefile | diff bb535c0dbb6f5508bf81ec21b20c18d32a881ef1 Thu Feb 02 11:43:47 CET 2023 Daniel Machon <daniel.machon@microchip.com> net: microchip: sparx5: add resource pools
Add resource pools and accessor functions. These pools can be queried by the driver, whenever a finite resource is required. Some resources can be reused, in which case an index and a reference count is used to keep track of users.
Signed-off-by: Daniel Machon <daniel.machon@microchip.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sparx5_main.h | diff bb535c0dbb6f5508bf81ec21b20c18d32a881ef1 Thu Feb 02 11:43:47 CET 2023 Daniel Machon <daniel.machon@microchip.com> net: microchip: sparx5: add resource pools
Add resource pools and accessor functions. These pools can be queried by the driver, whenever a finite resource is required. Some resources can be reused, in which case an index and a reference count is used to keep track of users.
Signed-off-by: Daniel Machon <daniel.machon@microchip.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|