Searched defs:ixgbe_intr_other_work (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c112 static void ixgbe_intr_other_work(ixgbe_t *, uint32_t);
4520 #pragma inline(ixgbe_intr_other_work)
4522 * ixgbe_intr_other_work - Process interrupt types other than tx/rx
4525 ixgbe_intr_other_work(ixgbe_t *ixgbe, uint32_t eicr) function
4707 ixgbe_intr_other_work(ixgbe, eicr);
4803 ixgbe_intr_other_work(ixgbe, eicr);
4871 ixgbe_intr_other_work(ixgbe, eicr);
4879 ixgbe_intr_other_work(ixgbe, eicr);

Completed in 71 milliseconds