You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
bnx2: Add TX multiqueue support.
Signed-off-by: Benjamin Li <benli@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
4f83ec19bb
commit
706bf24038
@@ -6509,6 +6509,9 @@ struct l2_fhdr {
|
||||
#define RX_CID 0
|
||||
#define RX_RSS_CID 4
|
||||
#define RX_MAX_RSS_RINGS 7
|
||||
#define RX_MAX_RINGS (RX_MAX_RSS_RINGS + 1)
|
||||
#define TX_MAX_TSS_RINGS 7
|
||||
#define TX_MAX_RINGS (TX_MAX_TSS_RINGS + 1)
|
||||
|
||||
#define MB_TX_CID_ADDR MB_GET_CID_ADDR(TX_CID)
|
||||
#define MB_RX_CID_ADDR MB_GET_CID_ADDR(RX_CID)
|
||||
|
||||
Reference in New Issue
Block a user