taglinefilesource code
tx_buff96drivers/net/a2065.cu_char *tx_buff[TX_RING_SIZE];
tx_buff114drivers/net/a2065.cu_char tx_buff[TX_RING_SIZE][PKT_BUF_SIZE];
tx_buff274drivers/net/a2065.calancedata->tx_ring[i].TMD0 = (u_long)lancedata->tx_buff[i];
tx_buff279drivers/net/a2065.cpriv->tx_buff[i] = alancedata->tx_buff[i];
tx_buff284drivers/net/a2065.c(int)alancedata->tx_buff[i],
tx_buff285drivers/net/a2065.c(int)lancedata->tx_buff[i]);
tx_buff597drivers/net/a2065.cmemcpy(priv->tx_buff[entry], skb->data, skb->len);
tx_buff610drivers/net/a2065.cprintk("%02x", priv->tx_buff[entry][i+j]);
tx_buff103drivers/net/ariadne.cu_short *tx_buff[TX_RING_SIZE];
tx_buff120drivers/net/ariadne.cu_short tx_buff[TX_RING_SIZE][PKT_BUF_SIZE/sizeof(u_short)];
tx_buff324drivers/net/ariadne.calancedata->tx_ring[i].TMD0 = swloww((u_long)lancedata->tx_buff[i]);
tx_buff325drivers/net/ariadne.calancedata->tx_ring[i].TMD1 = swhighw((u_long)lancedata->tx_buff[i])|TF_STP|TF_ENP;
tx_buff329drivers/net/ariadne.cpriv->tx_buff[i] = alancedata->tx_buff[i];
tx_buff333drivers/net/ariadne.c(int)alancedata->tx_buff[i], (int)lancedata->tx_buff[i]);
tx_buff639drivers/net/ariadne.cmemcpyw(priv->tx_buff[entry], (u_short *)skb->data, skb->len);
tx_buff653drivers/net/ariadne.cprintk("%04x", priv->tx_buff[entry][i+j]);
tx_buff96drivers/net/strip.cunsigned char     *tx_buff;    /* transmitter buffer  */
tx_buff503drivers/net/strip.cotbuff = strip_info->tx_buff; strip_info->tx_buff = tbuff;
tx_buff509drivers/net/strip.cmemcpy(strip_info->tx_buff, strip_info->tx_head, strip_info->tx_left);
tx_buff516drivers/net/strip.cstrip_info->tx_head = strip_info->tx_buff;
tx_buff664drivers/net/strip.cptr = strip_info->tx_buff;
tx_buff675drivers/net/strip.cstrip_info->tx_head =       strip_info->tx_buff;
tx_buff676drivers/net/strip.cstrip_info->tx_left = ptr - strip_info->tx_buff;
tx_buff1081drivers/net/strip.cstrip_info->tx_buff = (unsigned char *) kmalloc(len + 4, GFP_KERNEL);
tx_buff1082drivers/net/strip.cif (strip_info->tx_buff == NULL) 
tx_buff1142drivers/net/strip.cif (strip_info->tx_buff) 
tx_buff1144drivers/net/strip.ckfree(strip_info->tx_buff); 
tx_buff1145drivers/net/strip.cstrip_info->tx_buff = NULL;