Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/usb/
Dcdc_ncm.c1120 u16 n = 0, index, ndplen; in cdc_ncm_fill_tx_frame() local
1236 ndplen = le16_to_cpu(ndp16->wLength); in cdc_ncm_fill_tx_frame()
1237 index = (ndplen - sizeof(struct usb_cdc_ncm_ndp16)) / sizeof(struct usb_cdc_ncm_dpe16) - 1; in cdc_ncm_fill_tx_frame()
1242 ndp16->wLength = cpu_to_le16(ndplen + sizeof(struct usb_cdc_ncm_dpe16)); in cdc_ncm_fill_tx_frame()