Searched refs:log_off (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_bypass.c566 u32 log_off, count = 0; local
604 log_off = base + (head * 5);
614 error = hw->mac.ops.bypass_rd_eep(hw, log_off + i,
624 log_off + i, &eeprom[count].actions);
637 eeprom[count].clear_off = log_off;
641 log_off = base + (head * 5);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_history.c77 spa_history_log_to_phys(uint64_t log_off, spa_history_phys_t *shpp) argument
82 return ((log_off - shpp->sh_pool_create_len) % phys_len

Completed in 55 milliseconds