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

  /src/sys/dev/pci/
if_iavf.c 200 bus_size_t atq_head; member in struct:iavf_aq_regs
592 .atq_head = I40E_VF_ATQH1,
2092 iavf_wr(sc, sc->sc_aq_regs->atq_head, 0);
2137 iavf_wr(sc, sc->sc_aq_regs->atq_head, 0);
4196 while (iavf_rd(sc, sc->sc_aq_regs->atq_head) != prod) {
if_ixl.c 203 bus_size_t atq_head; member in struct:ixl_aq_regs
931 .atq_head = I40E_PF_ATQH,
1118 ixl_wr(sc, sc->sc_aq_regs->atq_head, 0);
1427 ixl_wr(sc, sc->sc_aq_regs->atq_head, 0);
1506 ixl_wr(sc, sc->sc_aq_regs->atq_head, 0);
3966 while (ixl_rd(sc, sc->sc_aq_regs->atq_head) != prod) {

Completed in 19 milliseconds