Searched refs:tmdbounce (Results 1 – 1 of 1) sorted by relevance
237 void *tmdbounce[TMDNUM]; member663 p->tmdbounce[i] = ni65_alloc_mem(dev,"XMIT",T_BUF_SIZE,0); in ni65_alloc_buffer()664 if(!p->tmdbounce[i]) { in ni65_alloc_buffer()701 kfree(p->tmdbounce[i]); in ni65_free_buffer()1180 skb_copy_from_linear_data(skb, p->tmdbounce[p->tmdbouncenum], in ni65_send_packet()1184 memset((char *)p->tmdbounce[p->tmdbouncenum]+skb->len, 0, len-skb->len); in ni65_send_packet()1189 tmdp->u.buffer = (u32) isa_virt_to_bus(p->tmdbounce[p->tmdbouncenum]); in ni65_send_packet()