Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_ncm.c427 unsigned nth_size; member
443 .nth_size = sizeof(struct usb_cdc_ncm_nth16),
458 .nth_size = sizeof(struct usb_cdc_ncm_nth32),
1042 ncb_len = opts->nth_size; in ncm_wrap_ntb()
1057 put_unaligned_le16(opts->nth_size, ntb_data++); in ncm_wrap_ntb()
1189 if (get_unaligned_le16(tmp++) != opts->nth_size) { in ncm_unwrap_ntb()
1211 (ndp_index < opts->nth_size) || in ncm_unwrap_ntb()
1259 if ((index < opts->nth_size) || in ncm_unwrap_ntb()