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

/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndisvar.h125 list_entry ne_active; member in struct:ndisusb_ep
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_usbd.c591 InitializeListHead(&ne->ne_active);
648 InitializeListHead(&ne->ne_active);
817 if (IsListEmpty(&ne->ne_active)) {
823 nx = CONTAINING_RECORD(ne->ne_active.nle_flink, struct ndisusb_xfer,
869 InsertHeadList((&ne->ne_active), (&nx->nx_next));
896 InsertTailList((&ne->ne_active), (&nx->nx_next));
980 InsertTailList((&ne->ne_active), (&nx->nx_next));

Completed in 163 milliseconds