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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1947 ehci_trans_wrapper_t *tw_list, *tw; local
1952 tw_list = NULL;
1959 tw = tw_list;
1961 tw_list = tw->tw_next;
1965 tw = tw_list;
1970 if (tw_list == NULL) {
1971 tw_list = tw;
1981 (void *)tw_list);
1983 tw = tw_list;
1984 tw_list
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5190 ohci_trans_wrapper_t *tw_list, *tw; local
5216 tw_list = NULL;
5232 tw = tw_list;
5234 tw_list = tw->tw_next;
5238 tw = tw_list;
5242 if (tw_list == NULL) {
5243 tw_list = tw;
5254 (void *)tw_list);
5256 tw = tw_list;
5257 tw_list
[all...]

Completed in 275 milliseconds