Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsi108_eth.c370 vuint32 vlan_byte_count;/* VLAN tag(top 2 bytes) and byte countt (bottom 2 bytes). */ member
816 rx_descr->vlan_byte_count = 0; in tsi108_eth_probe()
845 tx_descr->vlan_byte_count = 0; in tsi108_eth_probe()
904 tx_descr->vlan_byte_count = cpu_to_le32(length); in tsi108_eth_send()
965 le32_to_cpu(rx_descr->vlan_byte_count) & 0xFFFF; in tsi108_eth_recv()
976 rx_descr->vlan_byte_count = 0; in tsi108_eth_recv()