HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_mq_start_locked (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 753 int ixgbe_mq_start_locked(struct ifnet *, struct tx_ring *);
ix_txrx.c 264 ixgbe_mq_start_locked(ifp, txr);
298 * ixgbe_mq_start_locked
301 ixgbe_mq_start_locked(struct ifnet *ifp, struct tx_ring *txr) function in typeref:typename:int
347 } /* ixgbe_mq_start_locked */
364 ixgbe_mq_start_locked(ifp, txr);
ixv.c 1655 ixv_start_locked = ixgbe_mq_start_locked;
3314 ixgbe_mq_start_locked(ifp, txr);
ixgbe.c 1387 ixgbe_start_locked = ixgbe_mq_start_locked;
6705 ixgbe_mq_start_locked(ifp, txr);

Completed in 21 milliseconds