Searched refs:pp22 (Results 1 – 6 of 6) sorted by relevance
188 return le64_to_cpu(tx_desc->pp22.buf_dma_addr_ptp) & in mvpp2_txdesc_dma_addr_get()207 tx_desc->pp22.buf_dma_addr_ptp &= ~cpu_to_le64(MVPP2_DESC_DMA_MASK); in mvpp2_txdesc_dma_addr_set()208 tx_desc->pp22.buf_dma_addr_ptp |= val; in mvpp2_txdesc_dma_addr_set()209 tx_desc->pp22.packet_offset = offset; in mvpp2_txdesc_dma_addr_set()219 return le16_to_cpu(tx_desc->pp22.data_size); in mvpp2_txdesc_size_get()229 tx_desc->pp22.data_size = cpu_to_le16(size); in mvpp2_txdesc_size_set()239 tx_desc->pp22.phys_txq = txq; in mvpp2_txdesc_txq_set()249 tx_desc->pp22.command = cpu_to_le32(command); in mvpp2_txdesc_cmd_set()258 return tx_desc->pp22.packet_offset; in mvpp2_txdesc_offset_get()267 return le64_to_cpu(rx_desc->pp22.buf_dma_addr_key_hash) & in mvpp2_rxdesc_dma_addr_get()[all …]
1365 struct mvpp22_tx_desc pp22; member1372 struct mvpp22_rx_desc pp22; member
1087 struct mvpp22_tx_desc pp22; member1094 struct mvpp22_rx_desc pp22; member1302 tx_desc->pp22.buf_dma_addr_ptp &= ~GENMASK_ULL(40, 0); in mvpp2_txdesc_dma_addr_set()1303 tx_desc->pp22.buf_dma_addr_ptp |= val; in mvpp2_txdesc_dma_addr_set()1314 tx_desc->pp22.data_size = size; in mvpp2_txdesc_size_set()1324 tx_desc->pp22.phys_txq = txq; in mvpp2_txdesc_txq_set()1334 tx_desc->pp22.command = command; in mvpp2_txdesc_cmd_set()1344 tx_desc->pp22.packet_offset = offset; in mvpp2_txdesc_offset_set()1353 return rx_desc->pp22.buf_dma_addr_key_hash & GENMASK_ULL(40, 0); in mvpp2_rxdesc_dma_addr_get()1362 return rx_desc->pp22.buf_cookie_misc & GENMASK_ULL(40, 0); in mvpp2_rxdesc_cookie_get()[all …]
65 compatible = "marvell,armada-7k-pp22";
63 compatible = "marvell,armada-7k-pp22";