net: ti: icssg-prueth: Add icssg queues APIs and macros
authorMD Danish Anwar <danishanwar@ti.com>
Tue, 1 Aug 2023 09:14:22 +0000 (14:44 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Aug 2023 09:38:11 +0000 (10:38 +0100)
commitb8d5008f8c517b7cd61855fdb574b1ee80bcf4a3
tree2adf505386f3066b4646bfc47ffc19bfe2ddd283
parente9b4ece7d74b52bc5800afd4dfe32a8960a9d491
net: ti: icssg-prueth: Add icssg queues APIs and macros

Add icssg_queue.c file. This file introduces macros and APIs related to
ICSSG queues. These will be used by ICSSG Ethernet driver.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/icssg/icssg_prueth.h
drivers/net/ethernet/ti/icssg/icssg_queues.c [new file with mode: 0644]