diff options
| author | Ping-Ke Shih <[email protected]> | 2023-10-26 20:00:47 +0800 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2023-10-30 19:23:00 +0200 |
| commit | 0b79c540b13506b727fcd2b689fec99dc4fc51c6 (patch) | |
| tree | d831ecd955737c80f5f4116184723d376720c0e6 /tools/perf/scripts/python/stat-cpi.py | |
| parent | 73b479fe5f4ad5391f69502930c1f782b4c6182f (diff) | |
wifi: rtw89: pci: define PCI ring address for WiFi 7 chips
PCI rings are used to DMA TX/RX packets. The address of WiFi 7 chips are
different from previous ones, so add them according to hardware design.
Another difference is that driver doesn't need to configure BD (buffer
descriptor) RAM table, which is used by hardware to fetch BD ahead before
fetching whole TX data.
A TX ring contains numbers of TX BD (e.g. 512):
TX BD (buffer descriptor; continual memory)
+---+---+---+---+ +---+
| | | | | ... | |
+-|-+---+---+---+ +---+
|
| point to TX WD (WiFi descriptor; metadata of a skb data)
v
+------+
| |
| |
+-|----+
|
| point to a skb data
v
+------+
| |
| |
+------+
Signed-off-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions