Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/isp/
H A Disp_freebsd.h85 #define ATPDPHASHSIZE 32 macro
87 ((ATPDPHASHSIZE) - 1))
226 struct atpdlist atused[ATPDPHASHSIZE];
H A Disp_freebsd.c155 for (i = 0; i < ATPDPHASHSIZE; i++) in isp_attach_chan()