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

  /src/sys/sys/
pcq.h 37 typedef struct pcq pcq_t; typedef in typeref:struct:pcq
43 bool pcq_put(pcq_t *, void *);
44 void * pcq_peek(pcq_t *);
45 void * pcq_get(pcq_t *);
46 size_t pcq_maxitems(pcq_t *);
47 pcq_t * pcq_create(size_t, km_flag_t);
48 void pcq_destroy(pcq_t *);
  /src/sys/kern/
subr_pcq.c 132 * cache-line both for pcq_t::pcq_pc and pcq_t::pcq_items.
143 * Producer (p) - stored in the lower 16 bits of pcq_t::pcq_pc.
166 pcq_advance(pcq_t *pcq, u_int pc)
179 pcq_put(pcq_t *pcq, void *item)
217 pcq_peek(pcq_t *pcq)
234 pcq_get(pcq_t *pcq)
286 pcq_t *
289 pcq_t *pcq;
294 pcq = kmem_zalloc(offsetof(pcq_t, pcq_items[nitems]), kmflags)
    [all...]
  /src/sys/dev/
sequencervar.h 93 pcq_t *pcq;
  /src/sys/net/
if_gre.h 71 pcq_t *bq_q;
pktqueue.c 614 const u_int slotbytes = ncpu * sizeof(pcq_t *);
615 pcq_t **qs;
  /src/sys/dev/pci/ixgbe/
ixgbe.h 374 pcq_t *txr_interq;
706 ixgbe_legacy_ring_empty(struct ifnet *ifp, pcq_t *dummy)
714 ixgbe_mq_ring_empty(struct ifnet *dummy, pcq_t *interq)
ixgbe.c 410 static int (*ixgbe_ring_empty)(struct ifnet *, pcq_t *);
  /src/sys/dev/pci/igc/
if_igc.h 296 pcq_t *txr_interq;
  /src/sys/dev/pci/
if_enavar.h 302 pcq_t *br; /* only for TX */
if_vioif.c 270 pcq_t *txc_intrq;
if_vmx.c 198 pcq_t *vxtxq_interq;
if_aq.c 1228 pcq_t *txr_pcq;
if_iavf.c 239 pcq_t *txr_intrq;
if_ixl.c 395 pcq_t *txr_intrq;
if_mcx.c 2327 pcq_t *tx_pcq;
if_wm.c 374 pcq_t *txq_interq;
  /src/sys/net/lagg/
if_lagg_lacp.c 171 pcq_t *lsc_du_q;
  /src/sys/dev/hyperv/
if_hvn.c 222 pcq_t *txr_interq;

Completed in 60 milliseconds