Searched refs:new_val (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/ring/ |
| H A D | rte_ring_generic_pvt.h | 15 uint32_t new_val, uint32_t single, uint32_t enqueue) in __rte_ring_update_tail() argument 28 ht->tail = new_val; in __rte_ring_update_tail()
|
| H A D | rte_ring_c11_pvt.h | 16 uint32_t new_val, uint32_t single, uint32_t enqueue) in __rte_ring_update_tail() argument 27 __atomic_store_n(&ht->tail, new_val, __ATOMIC_RELEASE); in __rte_ring_update_tail()
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 921 #define PATCH_RAW(program, line, mask, new_val) \ argument 922 rta_patch_raw(program, line, mask, new_val)
|
| /dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_port_ext.h | 2241 uint16_t new_val); 2259 uint16_t new_val); 2277 uint16_t new_val);
|
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | sec_run_time_asm.h | 779 unsigned int new_val) in rta_patch_raw() argument 790 opcode |= new_val & mask; in rta_patch_raw()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 3600 uint32_t new_val = orig_val; in txgbe_convert_vm_rx_mask_to_val() local 3603 new_val |= TXGBE_POOLETHCTL_UTA; in txgbe_convert_vm_rx_mask_to_val() 3605 new_val |= TXGBE_POOLETHCTL_MCHA; in txgbe_convert_vm_rx_mask_to_val() 3607 new_val |= TXGBE_POOLETHCTL_UCHA; in txgbe_convert_vm_rx_mask_to_val() 3609 new_val |= TXGBE_POOLETHCTL_BCA; in txgbe_convert_vm_rx_mask_to_val() 3611 new_val |= TXGBE_POOLETHCTL_MCP; in txgbe_convert_vm_rx_mask_to_val() 3613 return new_val; in txgbe_convert_vm_rx_mask_to_val()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 5736 uint32_t new_val = orig_val; in ixgbe_convert_vm_rx_mask_to_val() local 5739 new_val |= IXGBE_VMOLR_AUPE; in ixgbe_convert_vm_rx_mask_to_val() 5741 new_val |= IXGBE_VMOLR_ROMPE; in ixgbe_convert_vm_rx_mask_to_val() 5743 new_val |= IXGBE_VMOLR_ROPE; in ixgbe_convert_vm_rx_mask_to_val() 5745 new_val |= IXGBE_VMOLR_BAM; in ixgbe_convert_vm_rx_mask_to_val() 5747 new_val |= IXGBE_VMOLR_MPE; in ixgbe_convert_vm_rx_mask_to_val() 5749 return new_val; in ixgbe_convert_vm_rx_mask_to_val()
|