Lines Matching refs:bLength
447 hinfo->bLength = sizeof (wusb_ie_host_info_t); in wusb_hc_add_host_info()
613 ack_ie->bLength = 20; in wusb_hc_ack_conn()
625 ack_ie->bLength, (uint8_t *)ack_ie); in wusb_hc_ack_conn()
696 alive_ie->bLength = 4; in wusb_hc_send_keepalive_ie()
717 alive_ie->bLength, (uint8_t *)alive_ie); in wusb_hc_send_keepalive_ie()
1441 disconn_ie->bLength = 4; in wusb_hc_ack_disconn()
1454 disconn_ie->bLength, (uint8_t *)disconn_ie); in wusb_hc_ack_disconn()
2131 disconn_ie->bLength = sizeof (wusb_ie_host_disconnect_t); in wusb_hc_send_host_disconnect()
2146 disconn_ie->bLength, (uint8_t *)disconn_ie); in wusb_hc_send_host_disconnect()
2490 key_descr->bLength = (uint16_t)klen; in wusb_hc_set_ptk()
2534 key_descr->bLength = (uint16_t)klen; in wusb_hc_set_gtk()
2874 &hc_data->hc_gtk, hc_data->hc_gtk.bLength); in wusb_4way_handshake()