Searched refs:sc_arq_live (Results 1 – 2 of 2) sorted by relevance
606 struct iavf_aq_bufs sc_arq_live; member814 SIMPLEQ_INIT(&sc->sc_arq_live); in iavf_attach()2400 aqb = SIMPLEQ_FIRST(&sc->sc_arq_live); in iavf_process_arq()2401 SIMPLEQ_REMOVE_HEAD(&sc->sc_arq_live, aqb_entry); in iavf_process_arq()2746 SIMPLEQ_INSERT_TAIL(&sc->sc_arq_live, aqb, aqb_entry); in iavf_arq_fill()2770 while ((aqb = SIMPLEQ_FIRST(&sc->sc_arq_live)) != NULL) { in iavf_arq_unfill()2771 SIMPLEQ_REMOVE_HEAD(&sc->sc_arq_live, aqb_entry); in iavf_arq_unfill()
1293 struct ixl_aq_bufs sc_arq_live; member1748 SIMPLEQ_INIT(&sc->sc_arq_live); in ixl_attach()3615 aqb = SIMPLEQ_FIRST(&sc->sc_arq_live); in ixl_arq()3616 SIMPLEQ_REMOVE_HEAD(&sc->sc_arq_live, aqb_entry); in ixl_arq()4910 SIMPLEQ_INSERT_TAIL(&sc->sc_arq_live, aqb, aqb_entry); in ixl_arq_fill()4931 while ((aqb = SIMPLEQ_FIRST(&sc->sc_arq_live)) != NULL) { in ixl_arq_unfill()4932 SIMPLEQ_REMOVE_HEAD(&sc->sc_arq_live, aqb_entry); in ixl_arq_unfill()