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

/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c1472 tdList_t *IOList; local
1541 IOList = Target->ttdsaXchgData.xchgBusyList.flink;
1544 /* search through the current IOList */
1545 while (IOList != &Target->ttdsaXchgData.xchgBusyList)
1548 tmp_ttdsaXchg = TDLIST_OBJECT_BASE(ttdsaXchg_t, XchgLinks, IOList);
1555 IOList = IOList->flink;

Completed in 66 milliseconds