Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Df_ncm.c875 int ndp_align; in ncm_wrap_ntb() local
883 ndp_align = le16_to_cpu(ntb_parameters.wNdpInAlignment); in ncm_wrap_ntb()
886 ndp_pad = ALIGN(ncb_len, ndp_align) - ncb_len; in ncm_wrap_ntb()