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

  /src/sys/dev/pci/
if_iavf.c 443 static struct ixl_aq_buf *
445 static struct ixl_aq_buf *
447 static void iavf_aqb_put_locked(struct ixl_aq_bufs *, struct ixl_aq_buf *);
488 struct ixl_aq_desc *, struct ixl_aq_buf *);
490 struct ixl_aq_desc *, struct ixl_aq_buf *, int);
492 struct ixl_aq_desc *, struct ixl_aq_buf *, int);
497 static int iavf_get_version(struct iavf_softc *, struct ixl_aq_buf *);
498 static int iavf_get_vf_resources(struct iavf_softc *, struct ixl_aq_buf *);
500 static int iavf_config_irq_map(struct iavf_softc *, struct ixl_aq_buf *);
513 struct ixl_aq_desc *, struct ixl_aq_buf *);
    [all...]
if_ixlvar.h 105 #define IXL_AQ_BUF (1U << 12)
1001 struct ixl_aq_buf { struct
1002 SIMPLEQ_ENTRY(ixl_aq_buf)
1010 SIMPLEQ_HEAD(ixl_aq_bufs, ixl_aq_buf);
if_ixl.c 649 struct ixl_aq_buf *sc_arq_live[IXL_AQ_NUM];
3732 struct ixl_aq_buf *aqb;
4160 iaq.iaq_flags = htole16(IXL_AQ_BUF |
4217 iaq.iaq_flags = htole16(IXL_AQ_BUF);
4272 iaq.iaq_flags = htole16(IXL_AQ_BUF |
4372 iaq.iaq_flags = htole16(IXL_AQ_BUF |
4538 iaq.iaq_flags = htole16(IXL_AQ_BUF |
4615 iaq.iaq_flags = htole16(IXL_AQ_BUF | IXL_AQ_RD |
4701 iaq->iaq_flags = htole16(IXL_AQ_BUF | IXL_AQ_RD |
4762 iaq->iaq_flags = htole16(IXL_AQ_BUF | IXL_AQ_RD
    [all...]

Completed in 122 milliseconds