Lines Matching refs:use_tpd
2208 struct atl1c_tpd_desc *use_tpd = NULL; in atl1c_tx_map() local
2224 use_tpd = tpd; in atl1c_tx_map()
2226 buffer_info = atl1c_get_tx_buffer(adapter, use_tpd); in atl1c_tx_map()
2237 use_tpd->buffer_addr = cpu_to_le64(buffer_info->dma); in atl1c_tx_map()
2238 use_tpd->buffer_len = cpu_to_le16(buffer_info->length); in atl1c_tx_map()
2245 use_tpd = tpd; in atl1c_tx_map()
2247 use_tpd = atl1c_get_tpd(adapter, queue); in atl1c_tx_map()
2248 memcpy(use_tpd, tpd, sizeof(struct atl1c_tpd_desc)); in atl1c_tx_map()
2250 buffer_info = atl1c_get_tx_buffer(adapter, use_tpd); in atl1c_tx_map()
2262 use_tpd->buffer_addr = cpu_to_le64(buffer_info->dma); in atl1c_tx_map()
2263 use_tpd->buffer_len = cpu_to_le16(buffer_info->length); in atl1c_tx_map()
2269 use_tpd = atl1c_get_tpd(adapter, queue); in atl1c_tx_map()
2270 memcpy(use_tpd, tpd, sizeof(struct atl1c_tpd_desc)); in atl1c_tx_map()
2272 buffer_info = atl1c_get_tx_buffer(adapter, use_tpd); in atl1c_tx_map()
2284 use_tpd->buffer_addr = cpu_to_le64(buffer_info->dma); in atl1c_tx_map()
2285 use_tpd->buffer_len = cpu_to_le16(buffer_info->length); in atl1c_tx_map()
2289 use_tpd->word1 |= 1 << TPD_EOP_SHIFT; in atl1c_tx_map()