Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_ncm.c344 #define NCM_PARM_ATTR(name, format, tocpu) \ macro
353 NCM_PARM_ATTR(bmNtbFormatsSupported, "0x%04x", le16_to_cpu);
354 NCM_PARM_ATTR(dwNtbInMaxSize, "%u", le32_to_cpu);
355 NCM_PARM_ATTR(wNdpInDivisor, "%u", le16_to_cpu);
356 NCM_PARM_ATTR(wNdpInPayloadRemainder, "%u", le16_to_cpu);
357 NCM_PARM_ATTR(wNdpInAlignment, "%u", le16_to_cpu);
358 NCM_PARM_ATTR(dwNtbOutMaxSize, "%u", le32_to_cpu);
359 NCM_PARM_ATTR(wNdpOutDivisor, "%u", le16_to_cpu);
360 NCM_PARM_ATTR(wNdpOutPayloadRemainder, "%u", le16_to_cpu);
361 NCM_PARM_ATTR(wNdpOutAlignment, "%u", le16_to_cpu);
[all …]