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

/drivers/usb/gadget/function/
H A Df_ncm.c896 unsigned ndp_pad; local
907 ndp_pad = ALIGN(ncm->skb_tx_data->len, ndp_align) -
909 ndp_index = ncm->skb_tx_data->len + ndp_pad;
936 ntb_iter = (void *) skb_put(skb2, ndp_pad);
937 memset(ntb_iter, 0, ndp_pad);

Completed in 57 milliseconds