Searched refs:orig_val (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_007_pos.ksh | 129 orig_val=$(get_prop $property $fs) 142 if [[ $cur_val != off || $orig_val != off ]]; then 146 elif [[ $orig_val == $cur_val ]]; then 157 if [[ $orig_val != $cur_val ]]; then
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_inherit/ |
| H A D | zfs_inherit_001_neg.ksh | 67 orig_val=$(get_prop ${prop[i]} $obj) 73 if [[ $new_val != $orig_val ]]; then 74 log_fail "${prop[i]} property changed from $orig_val "
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | version_001_neg.ksh | 66 orig_val=$(get_prop version $obj) 77 if [[ $new_val != $orig_val ]]; then 79 "($orig_val : $new_val)"
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_diag.c | 36 u32 pat, val, orig_val; in i40e_diag_reg_pattern_test() local 39 orig_val = rd32(hw, reg); in i40e_diag_reg_pattern_test() 49 wr32(hw, reg, orig_val); in i40e_diag_reg_pattern_test() 51 if (val != orig_val) { in i40e_diag_reg_pattern_test()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.h | 299 uint32_t txgbe_convert_vm_rx_mask_to_val(uint16_t rx_mask, uint32_t orig_val);
|
| H A D | txgbe_ethdev.c | 3302 txgbe_convert_vm_rx_mask_to_val(uint16_t rx_mask, uint32_t orig_val) in txgbe_convert_vm_rx_mask_to_val() argument 3304 uint32_t new_val = orig_val; in txgbe_convert_vm_rx_mask_to_val()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.h | 740 uint32_t ixgbe_convert_vm_rx_mask_to_val(uint16_t rx_mask, uint32_t orig_val);
|
| H A D | ixgbe_ethdev.c | 5709 ixgbe_convert_vm_rx_mask_to_val(uint16_t rx_mask, uint32_t orig_val) in ixgbe_convert_vm_rx_mask_to_val() argument 5711 uint32_t new_val = orig_val; in ixgbe_convert_vm_rx_mask_to_val()
|
| /f-stack/freebsd/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth_main.c | 1586 uint32_t reg, orig_val; in al_eth_gearbox_reset() local 1591 orig_val = al_reg_read32(&adapter->mac_regs_base->gen_v3.ext_serdes_ctrl); in al_eth_gearbox_reset() 1592 reg = orig_val; in al_eth_gearbox_reset() 1609 al_reg_write32(&adapter->mac_regs_base->gen_v3.ext_serdes_ctrl, orig_val); in al_eth_gearbox_reset()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 11514 uint32_t orig_val, srtt, segs, oh; in rack_get_pacing_delay() local 11555 orig_val = rack->r_ctl.rc_pace_max_segs; in rack_get_pacing_delay() 11558 if (rack->r_ctl.rc_pace_max_segs != orig_val) in rack_get_pacing_delay() 11559 rack_log_pacing_delay_calc(rack, len, slot, orig_val, 0, 0, 15, __LINE__, NULL); in rack_get_pacing_delay() 14104 uint32_t orig_val; in rack_update_seg() local 14106 orig_val = rack->r_ctl.rc_pace_max_segs; in rack_update_seg() 14108 if (orig_val != rack->r_ctl.rc_pace_max_segs) in rack_update_seg() 14109 rack_log_pacing_delay_calc(rack, 0, 0, orig_val, 0, 0, 15, __LINE__, NULL); in rack_update_seg()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_reset.c | 6377 int val, orig_val; in ar9300_crdc_activate() local 6383 val = orig_val = OS_REG_READ(ah, AR_PHY_MULTICHAIN_CTRL); in ar9300_crdc_activate() 6391 rssi_diff, c, orig_val, val); in ar9300_crdc_activate()
|