Searched refs:hw_cap (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_ethdev.c | 141 hw->hw_cap.classy_size = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() 157 hw->hw_cap.dmac_map_size = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() 159 hw->hw_cap.qm_offset = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() 161 hw->hw_cap.qm_size = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() 163 hw->hw_cap.ccb_offset = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() 167 hw->hw_cap.qos_offset = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() 169 hw->hw_cap.qos_size = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() 172 hw->hw_cap.num_rx_flow = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() 178 hw->hw_cap.num_dmac_map = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() 181 hw->hw_cap.num_tx_flow = IPN3KE_MASK_READ_REG(hw, in ipn3ke_hw_cap_init() [all …]
|
| H A D | ipn3ke_ethdev.h | 159 (IPN3KE_HW_BASE + hw->hw_cap.capability_registers_block_offset) 162 (IPN3KE_HW_BASE + hw->hw_cap.status_registers_block_offset) 165 (IPN3KE_HW_BASE + hw->hw_cap.control_registers_block_offset) 171 (IPN3KE_HW_BASE + hw->hw_cap.classify_offset) 174 (IPN3KE_HW_BASE + hw->hw_cap.policer_offset) 177 (IPN3KE_HW_BASE + hw->hw_cap.rss_key_array_offset) 183 (IPN3KE_HW_BASE + hw->hw_cap.dmac_map_offset) 186 (IPN3KE_HW_BASE + hw->hw_cap.qm_offset) 189 (IPN3KE_HW_BASE + hw->hw_cap.ccb_offset) 192 (IPN3KE_HW_BASE + hw->hw_cap.qos_offset) [all …]
|