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

/freebsd-12-stable/sys/dev/isp/
H A Disp_freebsd.c154 LIST_INSERT_HEAD(&spi->atfree, &spi->atpool[i], next);
181 LIST_INSERT_HEAD(&fc->atfree, &fc->atpool[i], next);
898 atio_private_data_t *atp, *atpool; local
901 ISP_GET_PC(isp, chan, atpool, atpool);
902 for (atp = atpool; atp < &atpool[ATPDPSIZE]; atp++) {
2441 atio_private_data_t *atp, *atpool; local
2465 ISP_GET_PC(isp, chan, atpool, atpool);
[all...]
H A Disp_freebsd.h236 atio_private_data_t atpool[ATPDPSIZE]; member in struct:isp_fc
257 atio_private_data_t atpool[ATPDPSIZE]; member in struct:isp_spi

Completed in 89 milliseconds