Searched refs:nth_size (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 350 unsigned nth_size;
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), \
2169 if (unlikely(skb_len < popts->nth_size)) {
in cdc_ncm_rx_fixup() 2173 skb_len, NCM_BITS(ctx), popts->nth_size);
in cdc_ncm_rx_fixup() 2182 if (get_ncm_le16(p) != popts->nth_size) {
in cdc_ncm_rx_fixup() 2212 if (((ndp_len + popts->nth_size) > skb_len) || (ndp_len < (MIN_NDP_LEN(popts->ndp_size, dgram_item_len)))) {
in cdc_ncm_rx_fixup() 2308 dgrams_end = popts->nth_size;
in ntb_init() 2383 put_ncm_le16(popts->nth_size, p);
in ntb_finalize()
|
Completed in 6 milliseconds