Home
last modified time | relevance | path

Searched refs:fastLink (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsatypes.h148 SALINK fastLink; /* Fast I/O's chain */ member
HDsassp.c248 OSSA_OFFSET_OF(agsaIORequestDesc_t, fastLink)); in saFastSSPCancel()
258 tmp = (void*)saLlistGetNext(&fr->requests, &ior->fastLink); in saFastSSPCancel()
264 OSSA_OFFSET_OF(agsaIORequestDesc_t, fastLink)); in saFastSSPCancel()
518 saLlistIOAdd(&fr->requests, &pRequest->fastLink); in saFastSSPPrepare()
/NextBSD/sys/netgraph/
HDng_ppp.c2361 struct ng_ppp_link *fastLink = in ng_ppp_mp_strategy() local
2370 if (link->conf.bandwidth > fastLink->conf.bandwidth) { in ng_ppp_mp_strategy()
2372 fastLink = link; in ng_ppp_mp_strategy()