Lines Matching refs:buffer
222 tag->buffer[9].address = addr;
223 tag->buffer[8].address = upper_32_bits(addr);
231 addr = tag->buffer[9].address;
232 addr |= ((unsigned long) tag->buffer[8].address << 16) << 16;
1028 * buffer. If the adapter Tx channel is idle, it gives
1069 tail_list->buffer[0].address = dma_map_single(&priv->pci_dev->dev,
1075 tail_list->buffer[0].count = TLAN_LAST_BUFFER | (u32) txlen;
1076 tail_list->buffer[1].count = 0;
1077 tail_list->buffer[1].address = 0;
1084 "TRANSMIT: Starting TX on buffer %d\n",
1090 "TRANSMIT: Adding buffer %d to TX channel\n",
1337 * contents of a buffer. If detemines which list/buffer
1338 * was completed and resets it. If the buffer was the last
1340 * another buffer is ready to send, and if so, sends a Tx
1366 head_list->buffer[0].address,
1370 head_list->buffer[8].address = 0;
1371 head_list->buffer[9].address = 0;
1467 * The function determines the bounce buffer the frame has
1470 * then resets the used buffer and appends it to the end
1497 dma_addr_t frame_dma = head_list->buffer[0].address;
1520 head_list->buffer[0].address =
1904 list->buffer[0].address = 0;
1905 list->buffer[2].count = 0;
1906 list->buffer[2].address = 0;
1907 list->buffer[8].address = 0;
1908 list->buffer[9].address = 0;
1918 list->buffer[0].count = TLAN_MAX_FRAME_SIZE | TLAN_LAST_BUFFER;
1923 list->buffer[0].address = dma_map_single(&priv->pci_dev->dev,
1928 list->buffer[1].count = 0;
1929 list->buffer[1].address = 0;
1955 list->buffer[0].address,
1959 list->buffer[8].address = 0;
1960 list->buffer[9].address = 0;
1969 list->buffer[0].address,
1972 list->buffer[8].address = 0;
1973 list->buffer[9].address = 0;
2042 i, list->buffer[i].count, list->buffer[i].address);