if_ray.c | 1059 u_int firsti, hinti, previ, i, pcount; local in function:ray_intr_start 1076 firsti = i = previ = RAY_CCS_LINK_NULL; 1185 RAY_DPRINTF(("%s: i %d previ %d\n", ifp->if_xname, i, previ)); 1191 bufp = ray_fill_in_tx_ccs(sc, pktlen, i, previ); 1192 previ = hinti = i;
|