Lines Matching refs:tx_buff
224 unsigned char *tx_buff; /* transmitter buffer */ member
835 strip_info->tx_buff = t; in allocate_buffers()
858 unsigned char *otbuff = strip_info->tx_buff; in strip_change_mtu()
887 memcpy(strip_info->tx_buff, strip_info->tx_head, in strip_change_mtu()
894 strip_info->tx_head = strip_info->tx_buff; in strip_change_mtu()
1382 unsigned char *ptr = strip_info->tx_buff; in strip_send()
1402 strip_info->tx_rbytes += ptr - strip_info->tx_buff; in strip_send()
1423 if (ptr == strip_info->tx_buff) in strip_send()
1456 strip_info->tx_head = strip_info->tx_buff; in strip_send()
1457 strip_info->tx_left = ptr - strip_info->tx_buff; in strip_send()
2466 kfree(strip_info->tx_buff); in strip_close_low()
2467 strip_info->tx_buff = NULL; in strip_close_low()