mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 00:25:33 +07:00
igc: Add comment
Separate interrupt and flag definitions. Made the code clear. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
e055600dfb
commit
67082b536a
@ -57,6 +57,8 @@ extern char igc_driver_version[];
|
|||||||
|
|
||||||
/* Interrupt defines */
|
/* Interrupt defines */
|
||||||
#define IGC_START_ITR 648 /* ~6000 ints/sec */
|
#define IGC_START_ITR 648 /* ~6000 ints/sec */
|
||||||
|
|
||||||
|
/* Flags definitions */
|
||||||
#define IGC_FLAG_HAS_MSI BIT(0)
|
#define IGC_FLAG_HAS_MSI BIT(0)
|
||||||
#define IGC_FLAG_QUEUE_PAIRS BIT(3)
|
#define IGC_FLAG_QUEUE_PAIRS BIT(3)
|
||||||
#define IGC_FLAG_DMAC BIT(4)
|
#define IGC_FLAG_DMAC BIT(4)
|
||||||
|
Loading…
Reference in New Issue
Block a user