aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-14ice: Fix signedness bug in ice_init_interrupt_scheme()Dan Carpenter1-2/+2
2025-02-05ice: simplify VF MSI-X managingMichal Swiatkowski1-22/+53
2025-02-05ice: treat dyn_allowed only as suggestionMichal Swiatkowski1-12/+13
2025-02-05ice, irdma: move interrupts code to irdmaMichal Swiatkowski1-1/+2
2025-02-05ice: get rid of num_lan_msix fieldMichal Swiatkowski1-7/+4
2025-02-05ice: remove splitting MSI-X between featuresMichal Swiatkowski1-156/+16
2025-02-05ice: devlink PF MSI-X max and min parameterMichal Swiatkowski1-0/+7
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski1-15/+94
2023-05-16ice: track interrupt vectors with xarrayPiotr Raczynski1-24/+77
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-1/+45
2023-05-16ice: use preferred MSIX allocation apiPiotr Raczynski1-32/+8
2023-05-16ice: move interrupt related code to separate filePiotr Raczynski1-0/+226