mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
net: ocelot: Remove ocelot_xfh_get_cpuq
Now when extracting frames from CPU the cpuq is not used anymore so remove it. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7c588c3e96
commit
2ed2c5f039
3 changed files with 1 additions and 9 deletions
|
@ -160,11 +160,6 @@ static inline void ocelot_xfh_get_src_port(void *extraction, u64 *src_port)
|
|||
packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0);
|
||||
}
|
||||
|
||||
static inline void ocelot_xfh_get_cpuq(void *extraction, u64 *cpuq)
|
||||
{
|
||||
packing(extraction, cpuq, 28, 20, OCELOT_TAG_LEN, UNPACK, 0);
|
||||
}
|
||||
|
||||
static inline void ocelot_xfh_get_qos_class(void *extraction, u64 *qos_class)
|
||||
{
|
||||
packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue