Home
last modified time | relevance | path

Searched refs:que (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_reps.c44 uint8_t que; in bnxt_vfr_recv() local
49 que = queue_id < vfr_bp->rx_nr_rings ? queue_id : 0; in bnxt_vfr_recv()
50 rep_rxq = vfr_bp->rx_queues[que]; in bnxt_vfr_recv()
61 vfr_bp->rx_bytes[que] += mbuf->pkt_len; in bnxt_vfr_recv()
62 vfr_bp->rx_pkts[que]++; in bnxt_vfr_recv()
66 vfr_bp->rx_drop_bytes[que] += mbuf->pkt_len; in bnxt_vfr_recv()
67 vfr_bp->rx_drop_pkts[que]++; in bnxt_vfr_recv()
/f-stack/freebsd/netinet/
H A Dsctp_structs.h124 struct sctp_mcore_qhead que; member
H A Dsctp_pcb.c5566 TAILQ_INSERT_TAIL(&wkq->que, qent, next); in sctp_queue_to_mcore()
5607 qent = TAILQ_FIRST(&wkq->que); in sctp_mcore_thread()
5609 TAILQ_REMOVE(&wkq->que, qent, next); in sctp_mcore_thread()
5626 if (!TAILQ_EMPTY(&wkq->que)) { in sctp_mcore_thread()
5661 TAILQ_INIT(&sctp_mcore_workers[i].que); in sctp_startup_mcore_threads()