SIMPLEQ_INSERT_HEAD
SIMPLEQ_INSERT_HEAD(&prepareq, newprepare, next);
SIMPLEQ_INSERT_HEAD(&cfg_p->taskq_head, task_p, taskq_entry);
SIMPLEQ_INSERT_HEAD(list, elm, link);
SIMPLEQ_INSERT_HEAD(&pb->pb_branches, b, b_next);
SIMPLEQ_INSERT_HEAD(
SIMPLEQ_INSERT_HEAD(&pciintr_link_map_list, l, list);
SIMPLEQ_INSERT_HEAD(&sc->sc_free_xfers, xfer, ux_next);
SIMPLEQ_INSERT_HEAD(&pup_head, pup, pup_link);
SIMPLEQ_INSERT_HEAD(&chp->ch_queue->queue_xfer, xfer,
SIMPLEQ_INSERT_HEAD(&sc->sc_ccb_fq, ccb, ccb_link);
SIMPLEQ_INSERT_HEAD(&sc->sc_read_queue, pp, read_q);
SIMPLEQ_INSERT_HEAD(&sc->sc_ccb_free, ac, ac_chain);
SIMPLEQ_INSERT_HEAD(&sc->sc_ccb_free, ccb, ccb_chain);
SIMPLEQ_INSERT_HEAD(&icp->icp_ccb_freelist, ic, ic_chain);
SIMPLEQ_INSERT_HEAD(&icp->icp_ucmd_queue, ic, ic_chain);
SIMPLEQ_INSERT_HEAD(&icp->icp_ccb_queue, ic, ic_chain);
SIMPLEQ_INSERT_HEAD(&q->q_ccb_list, ccb, ccb_entry);
SIMPLEQ_INSERT_HEAD(&sc->sc_txmap_head, entry, link);
SIMPLEQ_INSERT_HEAD(&sc_if->sk_txmap_head, entry, link);
SIMPLEQ_INSERT_HEAD(&sc->txdma_list, sc->txdma[i],
SIMPLEQ_INSERT_HEAD(&sc->txdma_list, dma, link);
SIMPLEQ_INSERT_HEAD(&sc->ti_mc_listhead, mc, mc_entries);
SIMPLEQ_INSERT_HEAD(&sc->txdma_list, dma, link);
SIMPLEQ_INSERT_HEAD(&sc->txdma_list, dma, link);
SIMPLEQ_INSERT_HEAD(&sc->ti_jfree_listhead, entry,
SIMPLEQ_INSERT_HEAD(&sc->ti_jinuse_listhead, entry, jpool_entries);
SIMPLEQ_INSERT_HEAD(&sc->ti_jfree_listhead, entry, jpool_entries);
SIMPLEQ_INSERT_HEAD(&sc->sc_ccb_freeq, ccb, ccb_link);
SIMPLEQ_INSERT_HEAD(&sc->sc_ccb_free, ccb, ccb_link);
SIMPLEQ_INSERT_HEAD(&sc->sc_ccb_tmos, ccb, ccb_link);
SIMPLEQ_INSERT_HEAD(&arena->list, new, entry);
SIMPLEQ_INSERT_HEAD(&uh->uh_resq, uu, uu_resq);
SIMPLEQ_INSERT_HEAD(&ck_q, ce, chunk_q);
SIMPLEQ_INSERT_HEAD(&sc->sc_received[slave], r, umcpmio_spi_received_q);
SIMPLEQ_INSERT_HEAD(&sc->sc_received[slave], mr, umcpmio_spi_received_q);
SIMPLEQ_INSERT_HEAD(&scope->listenq, listener, listener_next);