Lines Matching refs:txb
258 static unsigned char txb[PKT_BUF_SZ * TX_RING_SIZE];
372 tx_ring[0].addr = virt_to_bus(&txb[0]);
377 tx_ring[1].addr = 0; /*virt_to_bus(&txb[0]); */
429 txb[i] = 0xFF;
431 txb[0] = nic->node_addr[0];
432 txb[1] = nic->node_addr[1];
433 txb[2] = nic->node_addr[2];
434 txb[3] = nic->node_addr[3];
435 txb[4] = nic->node_addr[4];
436 txb[5] = nic->node_addr[5];
526 memcpy(txb, d, ETH_ALEN);
527 memcpy(txb + ETH_ALEN, nic->node_addr, ETH_ALEN);
529 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
530 memcpy(txb + ETH_HLEN, p, s);
535 txb[s++] = '\0';