Home
last modified time | relevance | path

Searched refs:atfree (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/isp/
Disp_freebsd.c154 LIST_INIT(&spi->atfree); in isp_attach_chan()
156 LIST_INSERT_HEAD(&spi->atfree, &spi->atpool[i], next); in isp_attach_chan()
180 LIST_INIT(&fc->atfree); in isp_attach_chan()
182 LIST_INSERT_HEAD(&fc->atfree, &fc->atpool[i], next); in isp_attach_chan()
850 struct atpdlist *atfree; in isp_get_atpd() local
854 ISP_GET_PC_ADDR(isp, chan, atfree, atfree); in isp_get_atpd()
855 atp = LIST_FIRST(atfree); in isp_get_atpd()
882 struct atpdlist *atfree; in isp_put_atpd() local
889 ISP_GET_PC_ADDR(isp, chan, atfree, atfree); in isp_put_atpd()
890 LIST_INSERT_HEAD(atfree, atp, next); in isp_put_atpd()
Disp_freebsd.h232 struct atpdlist atfree; member
253 struct atpdlist atfree; member