/titanic_44/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_phy.h | 198 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, 200 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, 202 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, 204 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, 206 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, 208 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
|
H A D | ixgbe_api.h | 141 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data); 174 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, 176 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, 181 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, 184 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, 189 s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
|
H A D | ixgbe_api.c | 1369 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte() argument 1372 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset, in ixgbe_read_i2c_byte() 1385 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked() argument 1389 (hw, byte_offset, dev_addr, data), in ixgbe_read_i2c_byte_unlocked() 1435 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte() argument 1438 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte() 1452 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_unlocked() argument 1456 (hw, byte_offset, dev_addr, data), in ixgbe_write_i2c_byte_unlocked() 1500 u8 byte_offset, u8 eeprom_data) in ixgbe_write_i2c_eeprom() argument 1503 (hw, byte_offset, eeprom_data), in ixgbe_write_i2c_eeprom() [all …]
|
H A D | ixgbe_phy.c | 50 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, 1988 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic() argument 1993 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_eeprom_generic() 2006 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic() argument 2009 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_sff8472_generic() 2022 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic() argument 2027 return hw->phy.ops.write_i2c_byte(hw, byte_offset, in ixgbe_write_i2c_eeprom_generic() 2057 static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_int() argument 2071 if (ixgbe_is_sfp_probe(hw, byte_offset, dev_addr)) in ixgbe_read_i2c_byte_generic_int() 2089 status = ixgbe_clock_out_i2c_byte(hw, byte_offset); in ixgbe_read_i2c_byte_generic_int() [all …]
|
H A D | ixgbe_82598.c | 68 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, 1123 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598() argument 1148 sfp_addr = (dev_addr << 8) + byte_offset; in ixgbe_read_i2c_phy_82598() 1195 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598() argument 1199 byte_offset, eeprom_data); in ixgbe_read_i2c_eeprom_82598() 1210 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598() argument 1214 byte_offset, sff8472_data); in ixgbe_read_i2c_sff8472_82598()
|
H A D | ixgbe_82598.h | 46 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
|
H A D | ixgbe_82599.c | 56 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, 58 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, 2507 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_82599() argument 2540 status = ixgbe_read_i2c_byte_generic(hw, byte_offset, dev_addr, data); in ixgbe_read_i2c_byte_82599() 2564 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_82599() argument 2597 status = ixgbe_write_i2c_byte_generic(hw, byte_offset, dev_addr, data); in ixgbe_write_i2c_byte_82599()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 158 rawread(int drive, unsigned int sector, int byte_offset, int byte_len, in rawread() argument 189 slen = ((byte_offset + byte_len + buf_geom.sector_size - 1) in rawread() 203 + (soff << sector_size_bits) + byte_offset); in rawread() 219 bufaddr = (char *) BUFFERADDR + byte_offset; in rawread() 241 bufaddr = (char *) BUFFERADDR + byte_offset; in rawread() 270 if (size > ((num_sect << sector_size_bits) - byte_offset)) in rawread() 271 size = (num_sect << sector_size_bits) - byte_offset; in rawread() 279 int length = buf_geom.sector_size - byte_offset; in rawread() 282 (*disk_read_func) (sector_num++, byte_offset, length); in rawread() 300 byte_offset = 0; in rawread() [all …]
|
H A D | defs.h | 42 #define btodb(byte_offset) ((byte_offset) >> 9) argument
|
H A D | fsys_iso9660.c | 70 iso9660_devread (int sector, int byte_offset, int byte_len, char *buf) in iso9660_devread() argument 86 sector += (byte_offset >> sector_size_lg2); in iso9660_devread() 87 byte_offset &= (buf_geom.sector_size - 1); in iso9660_devread() 95 printf ("<%d, %d, %d>", sector, byte_offset, byte_len); in iso9660_devread() 103 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf); in iso9660_devread()
|
H A D | shared.h | 1009 int rawread (int drive, unsigned int sector, int byte_offset, int byte_len, 1011 int devread (unsigned int sector, int byte_offset, int byte_len, char *buf);
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 814 ulong_t byte_offset; in hsfs_getpage_ra() local 932 for (count = 0, byte_offset = io_off; in hsfs_getpage_ra() 933 byte_offset < io_end; in hsfs_getpage_ra() 948 which_chunk_lbn = byte_offset / chunk_data_bytes; in hsfs_getpage_ra() 957 offset_extra = byte_offset % chunk_data_bytes; in hsfs_getpage_ra() 972 bufs[count].b_un.b_addr = va + byte_offset % PAGESIZE; in hsfs_getpage_ra() 974 (offset_t)(byte_offset - io_off + off); in hsfs_getpage_ra() 985 - byte_offset; in hsfs_getpage_ra() 991 if ((remaining_bytes + byte_offset) < (off + len)) { in hsfs_getpage_ra() 996 bufs[count].b_bcount = off + len - byte_offset; in hsfs_getpage_ra() [all …]
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82575.h | 517 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, 519 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
|
H A D | e1000_phy.h | 44 s32 e1000_read_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset, 46 s32 e1000_write_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
|
H A D | e1000_82575.c | 3271 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_read_i2c_byte_generic() argument 3303 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_read_i2c_byte_generic() 3362 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_write_i2c_byte_generic() argument 3390 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_write_i2c_byte_generic()
|
H A D | e1000_phy.c | 166 u8 E1000_UNUSEDARG byte_offset, in e1000_read_i2c_byte_null() argument 183 u8 E1000_UNUSEDARG byte_offset, in e1000_write_i2c_byte_null() argument
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ioctl.c | 1673 int byte_offset; in hermon_flash_write_byte() local 1778 byte_offset = addr & 3; in hermon_flash_write_byte() 1779 dword_addr = addr - byte_offset; in hermon_flash_write_byte() 1781 byte_offset = 3 - byte_offset; in hermon_flash_write_byte() 1790 dword.bytes[byte_offset] = data; in hermon_flash_write_byte()
|