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