Searched refs:ndp_size (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 351 unsigned ndp_size;
member 372 .ndp_size = sizeof(struct usb_cdc_ncm_ndp16_hw), .ndplen_align = 4, .dgram_item_len = 1, .block_length = 1, \
379 .ndp_size = sizeof(struct usb_cdc_ncm_ndp32_hw), .ndplen_align = 8, .dgram_item_len = 2, .block_length = 2, \
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() 2311 n->ndp_len = popts->ndp_size + 0x02 * 0x02 * popts->dgram_item_len;
in ntb_init() 2392 memset(p, 0, popts->ndp_size);
in ntb_finalize()
|
Completed in 8 milliseconds