Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.c413 unsigned int rx_ind_size; /* indicate data size */ in hostif_data_indication() local
456 rx_ind_size = priv->rx_size - 6; in hostif_data_indication()
457 skb = dev_alloc_skb(rx_ind_size); in hostif_data_indication()
463 rx_ind_size); in hostif_data_indication()
470 size = rx_ind_size - (ETH_ALEN * 2); in hostif_data_indication()
476 rx_ind_size = (priv->rx_size + 2); in hostif_data_indication()
477 skb = dev_alloc_skb(rx_ind_size); in hostif_data_indication()
483 rx_ind_size); in hostif_data_indication()
489 temp[0] = (((rx_ind_size - 12) >> 8) & 0xff); in hostif_data_indication()
490 temp[1] = ((rx_ind_size - 12) & 0xff); in hostif_data_indication()
[all …]