Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Df_ncm.c959 unsigned ndp_pad; in package_for_tx() local
970 ndp_pad = ALIGN(ncm->skb_tx_data->len, ndp_align) - in package_for_tx()
972 ndp_index = ncm->skb_tx_data->len + ndp_pad; in package_for_tx()
999 skb_put_zero(skb2, ndp_pad); in package_for_tx()