Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_ncm.c380 unsigned ndp_index; member
395 .ndp_index = 1, \
411 .ndp_index = 2, \
893 unsigned ndp_index; in package_for_tx() local
905 ndp_index = ncm->skb_tx_data->len + ndp_pad; in package_for_tx()
906 new_len = ndp_index + dgram_idx_len + ncm->skb_tx_ndp->len; in package_for_tx()
913 put_ncm(&ntb_iter, opts->ndp_index, ndp_index); in package_for_tx()
1131 int ndp_index; in ncm_unwrap_ntb() local
1164 ndp_index = get_ncm(&tmp, opts->ndp_index); in ncm_unwrap_ntb()
1169 if (((ndp_index % 4) != 0) && in ncm_unwrap_ntb()
[all …]