Home
last modified time | relevance | path

Searched refs:ndp_sign (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c349 u32 ndp_sign; member
371 .nth_sign = NCM_NTH16_SIGN, .ndp_sign = NCM_NDP16_NOCRC_SIGN, .nth_size = sizeof(struct usb_cdc_ncm_nth16_hw), \
378 .nth_sign = NCM_NTH32_SIGN, .ndp_sign = NCM_NDP32_NOCRC_SIGN, .nth_size = sizeof(struct usb_cdc_ncm_nth32_hw), \
2128 ctx->popts.ndp_sign = NCM_NDP16_CRC_SIGN; in cdc_ncm_config()
2134 ctx->popts.ndp_sign = NCM_NDP32_CRC_SIGN; in cdc_ncm_config()
2206 if (get_ncm_le32(p) != popts->ndp_sign) { in cdc_ncm_rx_fixup()
2394 put_ncm_le32(popts->ndp_sign, p); in ntb_finalize()

Completed in 5 milliseconds