Searched defs:get_ncm (Results 1 - 1 of 1) sorted by last modified time

/drivers/usb/gadget/function/
H A Df_ncm.c437 static inline unsigned get_ncm(__le16 **p, unsigned size) function
1163 if (get_ncm(&tmp, opts->block_length) > max_size) {
1168 ndp_index = get_ncm(&tmp, opts->ndp_index);
1205 ndp_index = get_ncm(&tmp, opts->next_ndp_index);
1209 index2 = get_ncm(&tmp, opts->dgram_item_len);
1210 dg_len2 = get_ncm(&tmp, opts->dgram_item_len);
1237 index2 = get_ncm(&tmp, opts->dgram_item_len);
1238 dg_len2 = get_ncm(&tmp, opts->dgram_item_len);

Completed in 58 milliseconds