Lines Matching refs:use_tpd
2208 struct atl1c_tpd_desc *use_tpd = NULL; in atl1c_tx_map() local
2223 use_tpd = tpd; in atl1c_tx_map()
2225 buffer_info = atl1c_get_tx_buffer(adapter, use_tpd); in atl1c_tx_map()
2236 use_tpd->buffer_addr = cpu_to_le64(buffer_info->dma); in atl1c_tx_map()
2237 use_tpd->buffer_len = cpu_to_le16(buffer_info->length); in atl1c_tx_map()
2244 use_tpd = tpd; in atl1c_tx_map()
2246 use_tpd = atl1c_get_tpd(adapter, queue); in atl1c_tx_map()
2247 memcpy(use_tpd, tpd, sizeof(struct atl1c_tpd_desc)); in atl1c_tx_map()
2249 buffer_info = atl1c_get_tx_buffer(adapter, use_tpd); in atl1c_tx_map()
2261 use_tpd->buffer_addr = cpu_to_le64(buffer_info->dma); in atl1c_tx_map()
2262 use_tpd->buffer_len = cpu_to_le16(buffer_info->length); in atl1c_tx_map()
2268 use_tpd = atl1c_get_tpd(adapter, queue); in atl1c_tx_map()
2269 memcpy(use_tpd, tpd, sizeof(struct atl1c_tpd_desc)); in atl1c_tx_map()
2271 buffer_info = atl1c_get_tx_buffer(adapter, use_tpd); in atl1c_tx_map()
2283 use_tpd->buffer_addr = cpu_to_le64(buffer_info->dma); in atl1c_tx_map()
2284 use_tpd->buffer_len = cpu_to_le16(buffer_info->length); in atl1c_tx_map()
2288 use_tpd->word1 |= 1 << TPD_EOP_SHIFT; in atl1c_tx_map()