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

/freebsd-10.3-release/sys/dev/if_ndis/
H A Dif_ndisvar.h145 struct ndisusb_task { struct
/freebsd-10.3-release/sys/compat/ndis/
H A Dsubr_usbd.c1180 struct ndisusb_task *nt;
1182 nt = malloc(sizeof(struct ndisusb_task), M_USBDEV, M_NOWAIT | M_ZERO);
1205 struct ndisusb_task *nt;
1214 nt = CONTAINING_RECORD(l, struct ndisusb_task, nt_tasklist);

Completed in 61 milliseconds