Lines Matching full:ptxb
1125 u8 *ptxb;
1131 ptxb = txb + (nr * RX_NIC_BUFSIZE);
1132 //np->tx_skbuff[nr] = ptxb;
1135 memcpy(ptxb, d, ETH_ALEN); /* dst */
1136 memcpy(ptxb + ETH_ALEN, nic->node_addr, ETH_ALEN); /* src */
1138 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
1139 memcpy(ptxb + ETH_HLEN, p, s);
1143 ptxb[s++] = '\0';
1145 tx_ring[nr].PacketBuffer = (u32) virt_to_le32desc(ptxb);