Symbol: ixl_aq_buf
sys/dev/pci/if_iavf.c
2135
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
3437
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
3652
static struct ixl_aq_buf *
sys/dev/pci/if_iavf.c
3655
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
3692
iavf_aqb_free(bus_dma_tag_t dmat, struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
3702
static struct ixl_aq_buf *
sys/dev/pci/if_iavf.c
3705
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
3709
SIMPLEQ_REMOVE(q, aqb, ixl_aq_buf, aqb_entry);
sys/dev/pci/if_iavf.c
3715
static struct ixl_aq_buf *
sys/dev/pci/if_iavf.c
3718
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
3736
iavf_aqb_put_locked(struct ixl_aq_bufs *q, struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
3745
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
3748
SIMPLEQ_REMOVE(q, aqb, ixl_aq_buf, aqb_entry);
sys/dev/pci/if_iavf.c
3835
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
3924
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
3949
SIMPLEQ_REMOVE(&aqbs, aqb, ixl_aq_buf, aqb_entry);
sys/dev/pci/if_iavf.c
3958
struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
4004
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
4070
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
4145
struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
4230
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
4275
struct ixl_aq_buf *aqb, int retry)
sys/dev/pci/if_iavf.c
4288
struct ixl_aq_desc *iaq, struct ixl_aq_buf *aqb, int retry)
sys/dev/pci/if_iavf.c
4328
struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
4354
struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
4365
struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
4424
struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
443
static struct ixl_aq_buf *
sys/dev/pci/if_iavf.c
445
static struct ixl_aq_buf *
sys/dev/pci/if_iavf.c
4468
struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
447
static void iavf_aqb_put_locked(struct ixl_aq_bufs *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
4495
struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
4528
iavf_get_version(struct iavf_softc *sc, struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
4560
iavf_get_vf_resources(struct iavf_softc *sc, struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
4598
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
4632
iavf_config_irq_map(struct iavf_softc *sc, struct ixl_aq_buf *aqb)
sys/dev/pci/if_iavf.c
4700
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
4764
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
4811
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
4845
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
488
struct ixl_aq_desc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
4884
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
490
struct ixl_aq_desc *, struct ixl_aq_buf *, int);
sys/dev/pci/if_iavf.c
4915
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
492
struct ixl_aq_desc *, struct ixl_aq_buf *, int);
sys/dev/pci/if_iavf.c
4964
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
497
static int iavf_get_version(struct iavf_softc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
498
static int iavf_get_vf_resources(struct iavf_softc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
500
static int iavf_config_irq_map(struct iavf_softc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
5009
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
5068
struct ixl_aq_buf *aqb;
sys/dev/pci/if_iavf.c
513
struct ixl_aq_desc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
515
struct ixl_aq_desc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
519
struct ixl_aq_desc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
521
struct ixl_aq_desc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
523
struct ixl_aq_desc *, struct ixl_aq_buf *);
sys/dev/pci/if_iavf.c
718
struct ixl_aq_buf *aqb;
sys/dev/pci/if_ixl.c
3732
struct ixl_aq_buf *aqb;
sys/dev/pci/if_ixl.c
5249
static struct ixl_aq_buf *
sys/dev/pci/if_ixl.c
5252
struct ixl_aq_buf *aqb;
sys/dev/pci/if_ixl.c
5287
ixl_aqb_free(struct ixl_softc *sc, struct ixl_aq_buf *aqb)
sys/dev/pci/if_ixl.c
5300
struct ixl_aq_buf *aqb;
sys/dev/pci/if_ixl.c
5321
ixl_aq_buf, aqb_entry);
sys/dev/pci/if_ixl.c
5362
struct ixl_aq_buf *aqb;
sys/dev/pci/if_ixl.c
5378
ixl_aq_buf, aqb_entry);
sys/dev/pci/if_ixl.c
649
struct ixl_aq_buf *sc_arq_live[IXL_AQ_NUM];
sys/dev/pci/if_ixlvar.h
1002
SIMPLEQ_ENTRY(ixl_aq_buf)
sys/dev/pci/if_ixlvar.h
1010
SIMPLEQ_HEAD(ixl_aq_bufs, ixl_aq_buf);