Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/function/
Df_ncm.c956 unsigned ndp_pad; in package_for_tx() local
967 ndp_pad = ALIGN(ncm->skb_tx_data->len, ndp_align) - in package_for_tx()
969 ndp_index = ncm->skb_tx_data->len + ndp_pad; in package_for_tx()
996 skb_put_zero(skb2, ndp_pad); in package_for_tx()