Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_ncm.c497 static inline unsigned get_ncm(__le16 **p, unsigned size) in get_ncm()
1209 block_len = get_ncm(&tmp, opts->block_length); in ncm_unwrap_ntb()
1216 ndp_index = get_ncm(&tmp, opts->ndp_index); in ncm_unwrap_ntb()
1262 ndp_index = get_ncm(&tmp, opts->next_ndp_index); in ncm_unwrap_ntb()
1266 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
1267 dg_len2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
1307 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
1308 dg_len2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb()
496 static inline unsigned get_ncm(__le16 **p, unsigned size) get_ncm() function