Searched refs:tx_buffs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c634 char *tx_buffs[TX_RING_SIZE]; member in struct:rhine_private
703 tp->tx_ring[i].buf_addr_1 = virt_to_bus (tp->tx_buffs[i]);
1148 tp->tx_buffs[i] = (char *) tx_bufs_tmp;
1149 /* printf("t[%X]",tp->tx_buffs[i]); */
1264 memcpy (tp->tx_buffs[entry], d, ETH_ALEN); /* dst */
1265 memcpy (tp->tx_buffs[entry] + ETH_ALEN, nic->node_addr, ETH_ALEN); /* src */
1266 *((char *) tp->tx_buffs[entry] + 12) = t >> 8; /* type */
1267 *((char *) tp->tx_buffs[entry] + 13) = t;
1268 memcpy (tp->tx_buffs[entry] + ETH_HLEN, p, s);
1271 *((char *) tp->tx_buffs[entr
[all...]

Completed in 48 milliseconds