Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/ks7010/
Dks_hostif.c352 unsigned int rx_ind_size; /* indicate data size */ in hostif_data_indication() local
399 rx_ind_size = priv->rx_size - 6; in hostif_data_indication()
400 skb = dev_alloc_skb(rx_ind_size); in hostif_data_indication()
406 rx_ind_size); in hostif_data_indication()
413 size = rx_ind_size - (ETH_ALEN * 2); in hostif_data_indication()
419 rx_ind_size = (priv->rx_size + 2); in hostif_data_indication()
420 skb = dev_alloc_skb(rx_ind_size); in hostif_data_indication()
426 rx_ind_size); in hostif_data_indication()
432 temp[0] = (((rx_ind_size - 12) >> 8) & 0xff); in hostif_data_indication()
433 temp[1] = ((rx_ind_size - 12) & 0xff); in hostif_data_indication()
[all …]