tag | line | file | source code |
tx_buff | 96 | drivers/net/a2065.c | u_char *tx_buff[TX_RING_SIZE]; |
tx_buff | 114 | drivers/net/a2065.c | u_char tx_buff[TX_RING_SIZE][PKT_BUF_SIZE]; |
tx_buff | 274 | drivers/net/a2065.c | alancedata->tx_ring[i].TMD0 = (u_long)lancedata->tx_buff[i]; |
tx_buff | 279 | drivers/net/a2065.c | priv->tx_buff[i] = alancedata->tx_buff[i]; |
tx_buff | 284 | drivers/net/a2065.c | (int)alancedata->tx_buff[i], |
tx_buff | 285 | drivers/net/a2065.c | (int)lancedata->tx_buff[i]); |
tx_buff | 597 | drivers/net/a2065.c | memcpy(priv->tx_buff[entry], skb->data, skb->len); |
tx_buff | 610 | drivers/net/a2065.c | printk("%02x", priv->tx_buff[entry][i+j]); |
tx_buff | 103 | drivers/net/ariadne.c | u_short *tx_buff[TX_RING_SIZE]; |
tx_buff | 120 | drivers/net/ariadne.c | u_short tx_buff[TX_RING_SIZE][PKT_BUF_SIZE/sizeof(u_short)]; |
tx_buff | 324 | drivers/net/ariadne.c | alancedata->tx_ring[i].TMD0 = swloww((u_long)lancedata->tx_buff[i]); |
tx_buff | 325 | drivers/net/ariadne.c | alancedata->tx_ring[i].TMD1 = swhighw((u_long)lancedata->tx_buff[i])|TF_STP|TF_ENP; |
tx_buff | 329 | drivers/net/ariadne.c | priv->tx_buff[i] = alancedata->tx_buff[i]; |
tx_buff | 333 | drivers/net/ariadne.c | (int)alancedata->tx_buff[i], (int)lancedata->tx_buff[i]); |
tx_buff | 639 | drivers/net/ariadne.c | memcpyw(priv->tx_buff[entry], (u_short *)skb->data, skb->len); |
tx_buff | 653 | drivers/net/ariadne.c | printk("%04x", priv->tx_buff[entry][i+j]); |
tx_buff | 96 | drivers/net/strip.c | unsigned char *tx_buff; /* transmitter buffer */ |
tx_buff | 503 | drivers/net/strip.c | otbuff = strip_info->tx_buff; strip_info->tx_buff = tbuff; |
tx_buff | 509 | drivers/net/strip.c | memcpy(strip_info->tx_buff, strip_info->tx_head, strip_info->tx_left); |
tx_buff | 516 | drivers/net/strip.c | strip_info->tx_head = strip_info->tx_buff; |
tx_buff | 664 | drivers/net/strip.c | ptr = strip_info->tx_buff; |
tx_buff | 675 | drivers/net/strip.c | strip_info->tx_head = strip_info->tx_buff; |
tx_buff | 676 | drivers/net/strip.c | strip_info->tx_left = ptr - strip_info->tx_buff; |
tx_buff | 1081 | drivers/net/strip.c | strip_info->tx_buff = (unsigned char *) kmalloc(len + 4, GFP_KERNEL); |
tx_buff | 1082 | drivers/net/strip.c | if (strip_info->tx_buff == NULL) |
tx_buff | 1142 | drivers/net/strip.c | if (strip_info->tx_buff) |
tx_buff | 1144 | drivers/net/strip.c | kfree(strip_info->tx_buff); |
tx_buff | 1145 | drivers/net/strip.c | strip_info->tx_buff = NULL; |