|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| be/ | | 30-Nov-2024 | - | 14,798 | 10,140 |
| kiwi/ | | 30-Nov-2024 | - | 3,289 | 2,591 |
| li/ | | 30-Nov-2024 | - | 7,153 | 4,884 |
| qca5018/ | | 30-Nov-2024 | - | 2,982 | 2,086 |
| qca5332/ | | 30-Nov-2024 | - | 2,756 | 2,081 |
| qca6290/ | | 30-Nov-2024 | - | 2,742 | 1,957 |
| qca6390/ | | 30-Nov-2024 | - | 2,682 | 1,878 |
| qca6490/ | | 30-Nov-2024 | - | 3,127 | 2,197 |
| qca6750/ | | 30-Nov-2024 | - | 3,270 | 2,292 |
| qca8074v1/ | | 30-Nov-2024 | - | 2,750 | 1,937 |
| qca8074v2/ | | 30-Nov-2024 | - | 2,986 | 2,127 |
| qcn6122/ | | 30-Nov-2024 | - | 3,084 | 2,177 |
| qcn6432/ | | 30-Nov-2024 | - | 3,291 | 2,415 |
| qcn9000/ | | 30-Nov-2024 | - | 3,081 | 2,170 |
| qcn9224/ | | 30-Nov-2024 | - | 3,665 | 2,700 |
| rh/ | | 30-Nov-2024 | - | 4,431 | 3,122 |
| wcn6450/ | | 30-Nov-2024 | - | 2,542 | 1,721 |
| README | D | 30-Nov-2024 | 681 | 18 | 13 |
| hal_api.h | D | 30-Nov-2024 | 103.1 KiB | 3,639 | 1,954 |
| hal_api_mon.h | D | 30-Nov-2024 | 42.7 KiB | 1,496 | 903 |
| hal_flow.h | D | 30-Nov-2024 | 3.2 KiB | 113 | 56 |
| hal_generic_api.h | D | 30-Nov-2024 | 20.7 KiB | 709 | 478 |
| hal_hw_headers.h | D | 30-Nov-2024 | 14.5 KiB | 424 | 259 |
| hal_internal.h | D | 30-Nov-2024 | 55.5 KiB | 1,779 | 1,172 |
| hal_reo.c | D | 30-Nov-2024 | 1.8 KiB | 55 | 30 |
| hal_reo.h | D | 30-Nov-2024 | 24.5 KiB | 847 | 437 |
| hal_rx.h | D | 30-Nov-2024 | 91.9 KiB | 3,266 | 1,678 |
| hal_rx_flow.c | D | 30-Nov-2024 | 15.4 KiB | 586 | 418 |
| hal_rx_flow.h | D | 30-Nov-2024 | 7.3 KiB | 230 | 63 |
| hal_rx_flow_info.h | D | 30-Nov-2024 | 2.8 KiB | 81 | 31 |
| hal_rx_hw_defines.h | D | 30-Nov-2024 | 5.7 KiB | 137 | 84 |
| hal_srng.c | D | 30-Nov-2024 | 58 KiB | 2,097 | 1,559 |
| hal_tx.h | D | 30-Nov-2024 | 29.5 KiB | 951 | 445 |
| hal_tx_hw_defines.h | D | 30-Nov-2024 | 5.8 KiB | 144 | 93 |
README
1The below qca6290 and qca8074 folder has c files defining functions
2and structures to hold target specific definitions to handle differences between
3chips with respect to hal.
4
5Please ensure changes get applied to all platform specific files if the fixes
6are generic and applicable to all the folders.
7
8qca6290
9 hal_6290_rx.c - rx related target specific function
10 hal_6290_srng_table.c - holds hw srng table and hal hw reg offsets array
11 hal_6290_tx.c - tx related target specific function
12qca8074
13 hal_8074_rx.c - rx related target specific function
14 hal_8074_srng_table.c - holds hw srng table and hal hw reg offsets array
15 hal_8074_tx.c - tx related target specific function
16
17
18