Home
last modified time | relevance | path

Searched defs:byte_offset (Results 1 – 11 of 11) sorted by relevance

/titanic_52/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c1988 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic() argument
2006 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic() argument
2022 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic() argument
2057 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw * hw,u8 byte_offset,u8 dev_addr,u8 * data,bool lock) ixgbe_read_i2c_byte_generic_int() argument
2147 ixgbe_read_i2c_byte_generic(struct ixgbe_hw * hw,u8 byte_offset,u8 dev_addr,u8 * data) ixgbe_read_i2c_byte_generic() argument
2163 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw * hw,u8 byte_offset,u8 dev_addr,u8 * data) ixgbe_read_i2c_byte_generic_unlocked() argument
2180 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw * hw,u8 byte_offset,u8 dev_addr,u8 data,bool lock) ixgbe_write_i2c_byte_generic_int() argument
2250 ixgbe_write_i2c_byte_generic(struct ixgbe_hw * hw,u8 byte_offset,u8 dev_addr,u8 data) ixgbe_write_i2c_byte_generic() argument
2266 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw * hw,u8 byte_offset,u8 dev_addr,u8 data) ixgbe_write_i2c_byte_generic_unlocked() argument
[all...]
H A Dixgbe_api.c1369 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte() argument
1385 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked() argument
1435 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte() argument
1452 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw * hw,u8 byte_offset,u8 dev_addr,u8 data) ixgbe_write_i2c_byte_unlocked() argument
1500 ixgbe_write_i2c_eeprom(struct ixgbe_hw * hw,u8 byte_offset,u8 eeprom_data) ixgbe_write_i2c_eeprom() argument
1515 ixgbe_read_i2c_eeprom(struct ixgbe_hw * hw,u8 byte_offset,u8 * eeprom_data) ixgbe_read_i2c_eeprom() argument
[all...]
H A Dixgbe_82598.c1123 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598() argument
1195 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598() argument
1210 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598() argument
[all...]
H A Dixgbe_82599.c2507 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_82599() argument
2564 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_82599() argument
/titanic_52/usr/src/grub/grub-0.97/stage2/
H A Ddefs.h42 #define btodb(byte_offset) ((byte_offset) >> 9) argument
H A Dfsys_iso9660.c70 iso9660_devread (int sector, int byte_offset, int byte_len, char *buf) in iso9660_devread() argument
H A Ddisk_io.c158 rawread(int drive, unsigned int sector, int byte_offset, int byte_len, in rawread() argument
308 devread(unsigned int sector,int byte_offset,int byte_len,char * buf) devread() argument
[all...]
/titanic_52/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c814 ulong_t byte_offset; in hsfs_getpage_ra() local
1107 ulong_t byte_offset; hsfs_getapage() local
[all...]
/titanic_52/usr/src/uts/common/io/e1000api/
H A De1000_82575.c3271 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_read_i2c_byte_generic() argument
3362 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_write_i2c_byte_generic() argument
H A De1000_phy.c166 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_52/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1673 int byte_offset; in hermon_flash_write_byte() local