Searched refs:atfree (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/dev/isp/ |
| D | isp_freebsd.c | 154 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()
|
| D | isp_freebsd.h | 232 struct atpdlist atfree; member 253 struct atpdlist atfree; member
|