Lines Matching refs:tx_buffs
634 char *tx_buffs[TX_RING_SIZE];
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[entry] + ETH_HLEN + (s++)) = 0;