Lines Matching refs:tx_bufs
492 self->ring->tx[i].address = virt_to_bus (self->tx_bufs[i]); in toshoboe_initring()
846 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
854 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
862 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
871 toshoboe_maketestpacket (self->tx_bufs[self->txs], 0, fir); in toshoboe_probe()
917 ((unsigned char *) self->tx_bufs[self->txs])[0] = 'f'; in toshoboe_probe()
918 ((unsigned char *) self->tx_bufs[self->txs])[1] = 'i'; in toshoboe_probe()
919 ((unsigned char *) self->tx_bufs[self->txs])[2] = 's'; in toshoboe_probe()
920 ((unsigned char *) self->tx_bufs[self->txs])[3] = 'h'; in toshoboe_probe()
1043 mtt = toshoboe_makemttpacket (self, self->tx_bufs[self->txs], mtt); in toshoboe_hard_xmit()
1097 len = async_wrap_skb (skb, self->tx_bufs[self->txs], TX_BUF_SZ); in toshoboe_hard_xmit()
1102 skb_copy_from_linear_data(skb, self->tx_bufs[self->txs], len); in toshoboe_hard_xmit()
1486 kfree (self->tx_bufs[i]); in toshoboe_close()
1487 self->tx_bufs[i] = NULL; in toshoboe_close()
1612 self->tx_bufs[i] = kmalloc (TX_BUF_SZ, GFP_KERNEL); in toshoboe_open()
1613 if (!self->tx_bufs[i]) in toshoboe_open()
1660 kfree (self->tx_bufs[i]); in toshoboe_open()