Home
last modified time | relevance | path

Searched refs:st_total_cfg_length (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusbai_register_impl.h52 int st_total_cfg_length; /* Len of all descriptors */ member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c739 if (cfg_len_so_far > state.st_total_cfg_length) { in usba_build_descr_tree()
744 cfg_len_so_far, state.st_total_cfg_length); in usba_build_descr_tree()
766 (state.st_total_cfg_length * in usba_build_descr_tree()
903 state->st_total_cfg_length = curr_cfg->cfg_descr.wTotalLength; in usba_process_cfg_descr()