]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: ti: icssg: Add icssg queues APIs and macros
authorMD Danish Anwar <danishanwar@ti.com>
Thu, 4 Apr 2024 07:08:01 +0000 (12:38 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 19:54:43 +0000 (13:54 -0600)
commitff7799907eb348b00186700c8738883c26c85fff
tree67e08ffe01bf6cfbcbe5cd562c30697d05641abb
parent1c05cb469f9d0a934c7aab88fcb6d67bd8b0862c
net: ti: icssg: 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: Ravi Gunasekaran <r-gunasekaran@ti.com>
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
drivers/net/ti/icssg_prueth.h
drivers/net/ti/icssg_queues.c [new file with mode: 0644]