Searched refs:use_tpd (Results 1 – 2 of 2) sorted by relevance
1713 struct atl1e_tpd_desc *use_tpd = NULL; in atl1e_tx_map() local1730 use_tpd = tpd; in atl1e_tx_map()1732 tx_buffer = atl1e_get_tx_buffer(adapter, use_tpd); in atl1e_tx_map()1741 use_tpd->buffer_addr = cpu_to_le64(tx_buffer->dma); in atl1e_tx_map()1742 use_tpd->word2 = (use_tpd->word2 & (~TPD_BUFLEN_MASK)) | in atl1e_tx_map()1751 use_tpd = tpd; in atl1e_tx_map()1753 use_tpd = atl1e_get_tpd(adapter); in atl1e_tx_map()1754 memcpy(use_tpd, tpd, sizeof(struct atl1e_tpd_desc)); in atl1e_tx_map()1756 tx_buffer = atl1e_get_tx_buffer(adapter, use_tpd); in atl1e_tx_map()1783 use_tpd->buffer_addr = cpu_to_le64(tx_buffer->dma); in atl1e_tx_map()[all …]
2104 struct atl1c_tpd_desc *use_tpd = NULL; in atl1c_tx_map() local2119 use_tpd = tpd; in atl1c_tx_map()2121 buffer_info = atl1c_get_tx_buffer(adapter, use_tpd); in atl1c_tx_map()2132 use_tpd->buffer_addr = cpu_to_le64(buffer_info->dma); in atl1c_tx_map()2133 use_tpd->buffer_len = cpu_to_le16(buffer_info->length); in atl1c_tx_map()2140 use_tpd = tpd; in atl1c_tx_map()2142 use_tpd = atl1c_get_tpd(adapter, type); in atl1c_tx_map()2143 memcpy(use_tpd, tpd, sizeof(struct atl1c_tpd_desc)); in atl1c_tx_map()2145 buffer_info = atl1c_get_tx_buffer(adapter, use_tpd); in atl1c_tx_map()2157 use_tpd->buffer_addr = cpu_to_le64(buffer_info->dma); in atl1c_tx_map()[all …]