Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/ks7010/
Dks_hostif.c414 unsigned int rx_ind_size; /* indicate data size */ in hostif_data_indication() local
457 rx_ind_size = priv->rx_size - 6; in hostif_data_indication()
458 skb = dev_alloc_skb(rx_ind_size); in hostif_data_indication()
464 rx_ind_size); in hostif_data_indication()
471 size = rx_ind_size - (ETH_ALEN * 2); in hostif_data_indication()
477 rx_ind_size = (priv->rx_size + 2); in hostif_data_indication()
478 skb = dev_alloc_skb(rx_ind_size); in hostif_data_indication()
484 rx_ind_size); in hostif_data_indication()
490 temp[0] = (((rx_ind_size - 12) >> 8) & 0xff); in hostif_data_indication()
491 temp[1] = ((rx_ind_size - 12) & 0xff); in hostif_data_indication()
[all …]