Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatypes.h147 SALINK fastLink; /* Fast I/O's chain */ member
H A Dsassp.c247 OSSA_OFFSET_OF(agsaIORequestDesc_t, fastLink)); in saFastSSPCancel()
257 tmp = (void*)saLlistGetNext(&fr->requests, &ior->fastLink); in saFastSSPCancel()
263 OSSA_OFFSET_OF(agsaIORequestDesc_t, fastLink)); in saFastSSPCancel()
517 saLlistIOAdd(&fr->requests, &pRequest->fastLink); in saFastSSPPrepare()
/freebsd/sys/netgraph/
H A Dng_ppp.c2358 struct ng_ppp_link *fastLink = in ng_ppp_mp_strategy() local
2367 if (link->conf.bandwidth > fastLink->conf.bandwidth) { in ng_ppp_mp_strategy()
2369 fastLink = link; in ng_ppp_mp_strategy()