Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c362 u32 extsts; /* Extended status field */ member
369 u32 extsts; /* Extended status field */ member
518 rx_ring[i].extsts = cpu_to_le32(0); in ns83820_setup_rx()
579 tx_ring[i].extsts = cpu_to_le32(0); in ns83820_reset()
725 u32 cmdsts, extsts; in ns83820_transmit() local
742 extsts = 0; in ns83820_transmit()
743 extsts |= EXTSTS_UDPPKT; in ns83820_transmit()
746 tx_ring[cur_tx].extsts = cpu_to_le32(extsts); in ns83820_transmit()