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