Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_ncm.c120 static struct usb_cdc_ncm_ntb_parameters ntb_parameters = {
121 .wLength = cpu_to_le16(sizeof(ntb_parameters)),
528 ncm->port.fixed_out_len = le32_to_cpu(ntb_parameters.dwNtbOutMaxSize); in ncm_reset_values()
663 in_size > le32_to_cpu(ntb_parameters.dwNtbInMaxSize)) { in ncm_ep0out_complete()
724 value = w_length > sizeof ntb_parameters ? in ncm_setup()
725 sizeof ntb_parameters : w_length; in ncm_setup()
726 memcpy(req->buf, &ntb_parameters, value); in ncm_setup()
956 const int ndp_align = le16_to_cpu(ntb_parameters.wNdpInAlignment); in package_for_tx()
1018 const int ndp_align = le16_to_cpu(ntb_parameters.wNdpInAlignment); in ncm_wrap_ntb()
1019 const int div = le16_to_cpu(ntb_parameters in ncm_wrap_ntb()
119 static struct usb_cdc_ncm_ntb_parameters ntb_parameters = { global() variable
[all...]