Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_ncm.c439 unsigned nth_size; member
455 .nth_size = sizeof(struct usb_cdc_ncm_nth16),
470 .nth_size = sizeof(struct usb_cdc_ncm_nth32),
1054 ncb_len = opts->nth_size; in ncm_wrap_ntb()
1069 put_unaligned_le16(opts->nth_size, ntb_data++); in ncm_wrap_ntb()
1192 if (to_process < (int)opts->nth_size) { in ncm_unwrap_ntb()
1209 if (get_unaligned_le16(tmp++) != opts->nth_size) { in ncm_unwrap_ntb()
1220 if ((block_len < opts->nth_size + opts->ndp_size) || (block_len > ntb_max) || in ncm_unwrap_ntb()
1235 (ndp_index < opts->nth_size) || in ncm_unwrap_ntb()
1283 if ((index < opts->nth_size) || in ncm_unwrap_ntb()