Lines Matching refs:buffer

219 	tag->buffer[9].address = addr;
220 tag->buffer[8].address = upper_32_bits(addr);
228 addr = tag->buffer[9].address;
229 addr |= ((unsigned long) tag->buffer[8].address << 16) << 16;
1026 * buffer. If the adapter Tx channel is idle, it gives
1067 tail_list->buffer[0].address = dma_map_single(&priv->pci_dev->dev,
1073 tail_list->buffer[0].count = TLAN_LAST_BUFFER | (u32) txlen;
1074 tail_list->buffer[1].count = 0;
1075 tail_list->buffer[1].address = 0;
1082 "TRANSMIT: Starting TX on buffer %d\n",
1088 "TRANSMIT: Adding buffer %d to TX channel\n",
1335 * contents of a buffer. If detemines which list/buffer
1336 * was completed and resets it. If the buffer was the last
1338 * another buffer is ready to send, and if so, sends a Tx
1364 head_list->buffer[0].address,
1368 head_list->buffer[8].address = 0;
1369 head_list->buffer[9].address = 0;
1465 * The function determines the bounce buffer the frame has
1468 * then resets the used buffer and appends it to the end
1495 dma_addr_t frame_dma = head_list->buffer[0].address;
1518 head_list->buffer[0].address =
1902 list->buffer[0].address = 0;
1903 list->buffer[2].count = 0;
1904 list->buffer[2].address = 0;
1905 list->buffer[8].address = 0;
1906 list->buffer[9].address = 0;
1916 list->buffer[0].count = TLAN_MAX_FRAME_SIZE | TLAN_LAST_BUFFER;
1921 list->buffer[0].address = dma_map_single(&priv->pci_dev->dev,
1926 list->buffer[1].count = 0;
1927 list->buffer[1].address = 0;
1953 list->buffer[0].address,
1957 list->buffer[8].address = 0;
1958 list->buffer[9].address = 0;
1967 list->buffer[0].address,
1970 list->buffer[8].address = 0;
1971 list->buffer[9].address = 0;
2040 i, list->buffer[i].count, list->buffer[i].address);