Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c547 struct ndp_parser_opts_hw popts; member
2126 memcpy(&ctx->popts, &ndp16_opts, sizeof(struct ndp_parser_opts_hw)); in cdc_ncm_config()
2128 ctx->popts.ndp_sign = NCM_NDP16_CRC_SIGN; in cdc_ncm_config()
2132 memcpy(&ctx->popts, &ndp32_opts, sizeof(struct ndp_parser_opts_hw)); in cdc_ncm_config()
2134 ctx->popts.ndp_sign = NCM_NDP32_CRC_SIGN; in cdc_ncm_config()
2153 struct ndp_parser_opts_hw *popts = &ctx->popts; in cdc_ncm_rx_fixup() local
2159 unsigned dgram_item_len = popts->dgram_item_len; in cdc_ncm_rx_fixup()
2169 if (unlikely(skb_len < popts->nth_size)) { in cdc_ncm_rx_fixup()
2173 skb_len, NCM_BITS(ctx), popts in cdc_ncm_rx_fixup()
2304 struct ndp_parser_opts_hw *popts = &ctx->popts; ntb_init() local
2324 struct ndp_parser_opts_hw *popts = &ctx->popts; ntb_add_dgram() local
2377 struct ndp_parser_opts_hw *popts = &ctx->popts; ntb_finalize() local
[all...]

Completed in 8 milliseconds