HomeSort by: relevance | last modified time | path
    Searched defs:enqueued (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ix_txrx.c 268 u_int *enqueued; local in function:ixgbe_mq_start
278 enqueued = percpu_getref(sc->txr_wq_enqueued);
279 if (*enqueued == 0) {
280 *enqueued = 1;
304 int enqueued = 0, err = 0; local in function:ixgbe_mq_start_locked
326 enqueued++;
378 u_int *enqueued = percpu_getref(sc->txr_wq_enqueued); local in function:ixgbe_deferred_mq_start_work
379 *enqueued = 0;
  /src/sys/net/
route.c 264 bool enqueued; member in struct:__anone25197f10208
477 rt_free_global.enqueued = false;
722 rt_free_global.enqueued = false;
747 if (!rt_free_global.enqueued) {
749 rt_free_global.enqueued = true;
  /src/sys/dev/pci/
if_vioif.c 1704 int enqueued; local in function:vioif_net_intr_enable
1713 enqueued = virtio_start_vq_intr(vsc, netq->netq_vq);
1714 if (enqueued != 0) {
1895 int enqueued; local in function:vioif_rx_handle_locked
1910 enqueued = virtio_start_vq_intr(vsc, netq->netq_vq);
1911 if (enqueued != 0) {
2195 int enqueued; local in function:vioif_tx_handle_locked
2212 enqueued = (virtio_features(vsc) & VIRTIO_F_RING_EVENT_IDX) ?
2215 if (enqueued != 0) {

Completed in 16 milliseconds