Searched hist:efe3d3c8ee6805c7e8b17f9aae554c04b271ab99 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | diff efe3d3c8ee6805c7e8b17f9aae554c04b271ab99 Thu Jul 14 22:05:21 CDT 2011 Alexander Duyck <alexander.h.duyck@intel.com> ixgbe: convert rings from q_vector bit indexed array to linked list
This change converts the current bit array into a linked list so that the q_vectors can simply go through ring by ring and locate each ring needing to be cleaned.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | ixgbe_main.c | diff efe3d3c8ee6805c7e8b17f9aae554c04b271ab99 Thu Jul 14 22:05:21 CDT 2011 Alexander Duyck <alexander.h.duyck@intel.com> ixgbe: convert rings from q_vector bit indexed array to linked list
This change converts the current bit array into a linked list so that the q_vectors can simply go through ring by ring and locate each ring needing to be cleaned.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|