Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Depic100.c34 unsigned long buflength; member
43 unsigned long buflength; member
270 rx_ring[i].buflength = cpu_to_le32(PKT_BUF_SZ); in epic100_init_ring()
284 tx_ring[i].buflength = 0x0000 | cpu_to_le32(TD_STDFLAGS << 16); in epic100_init_ring()
337 tx_ring[entry].buflength |= cpu_to_le32(len); in epic100_transmit()
397 nic->packetlen = le32_to_cpu((rx_ring[entry].buflength))- 4; in epic100_poll()