Lines Matching refs:ntb_parameters
125 static struct usb_cdc_ncm_ntb_parameters ntb_parameters = { variable
126 .wLength = cpu_to_le16(sizeof(ntb_parameters)),
467 ncm->port.fixed_out_len = le32_to_cpu(ntb_parameters.dwNtbOutMaxSize); in ncm_reset_values()
599 in_size > le32_to_cpu(ntb_parameters.dwNtbInMaxSize)) { in ncm_ep0out_complete()
660 value = w_length > sizeof ntb_parameters ? in ncm_setup()
661 sizeof ntb_parameters : w_length; in ncm_setup()
662 memcpy(req->buf, &ntb_parameters, value); in ncm_setup()
901 const int ndp_align = le16_to_cpu(ntb_parameters.wNdpInAlignment); in package_for_tx()
964 const int ndp_align = le16_to_cpu(ntb_parameters.wNdpInAlignment); in ncm_wrap_ntb()
965 const int div = le16_to_cpu(ntb_parameters.wNdpInDivisor); in ncm_wrap_ntb()
966 const int rem = le16_to_cpu(ntb_parameters.wNdpInPayloadRemainder); in ncm_wrap_ntb()
1140 unsigned max_size = le32_to_cpu(ntb_parameters.dwNtbOutMaxSize); in ncm_unwrap_ntb()