Lines Matching refs:txb
390 #define txb ((char *)0x10000 - BUFLEN)
392 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4)));
933 tx_ring[0].buffer1 = virt_to_le32desc(&txb[0]);
939 tx_ring[1].buffer1 = virt_to_le32desc(&txb[0]);
1019 txb[i] = 0xFF;
1020 txb[0] = nic->node_addr[0];
1021 txb[1] = nic->node_addr[1];
1022 txb[4] = nic->node_addr[2];
1023 txb[5] = nic->node_addr[3];
1024 txb[8] = nic->node_addr[4];
1025 txb[9] = nic->node_addr[5];
1028 tx_ring[0].buffer1 = virt_to_le32desc(&txb[0]);
1083 memcpy(txb, d, ETH_ALEN);
1084 memcpy(txb + ETH_ALEN, nic->node_addr, ETH_ALEN);
1086 memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2);
1087 memcpy(txb + ETH_HLEN, p, s);
1094 txb[s++] = '\0';