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

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

Completed in 106 milliseconds