Lines Matching refs:byte_cnt

761 					     uint8_t dev_addr, uint16_t addr, uint8_t byte_cnt,
8752 uint8_t dev_addr, uint16_t addr, uint8_t byte_cnt, in elink_8726_read_sfp_module_eeprom() argument
8758 if (byte_cnt > ELINK_SFP_EEPROM_PAGE_SIZE) { in elink_8726_read_sfp_module_eeprom()
8766 (byte_cnt | (dev_addr << 8))); in elink_8726_read_sfp_module_eeprom()
8798 for (i = 0; i < byte_cnt; i++) { in elink_8726_read_sfp_module_eeprom()
8841 uint16_t addr, uint8_t byte_cnt, in elink_warpcore_read_sfp_module_eeprom() argument
8850 if (byte_cnt > ELINK_SFP_EEPROM_PAGE_SIZE) { in elink_warpcore_read_sfp_module_eeprom()
8867 rc = elink_bsc_read(sc, dev_addr, addr32, 0, byte_cnt, in elink_warpcore_read_sfp_module_eeprom()
8872 for (i = (addr - addr32); i < byte_cnt + (addr - addr32); i++) { in elink_warpcore_read_sfp_module_eeprom()
8883 uint8_t dev_addr, uint16_t addr, uint8_t byte_cnt, in elink_8727_read_sfp_module_eeprom() argument
8889 if (byte_cnt > ELINK_SFP_EEPROM_PAGE_SIZE) { in elink_8727_read_sfp_module_eeprom()
8914 ((byte_cnt < 2) ? 2 : byte_cnt)); in elink_8727_read_sfp_module_eeprom()
8957 for (i = 0; i < byte_cnt; i++) { in elink_8727_read_sfp_module_eeprom()
8978 uint16_t addr, uint16_t byte_cnt, uint8_t *o_buf) in elink_read_sfp_module_eeprom() argument
9005 while (!rc && (byte_cnt > 0)) { in elink_read_sfp_module_eeprom()
9006 xfer_size = (byte_cnt > ELINK_SFP_EEPROM_PAGE_SIZE) ? in elink_read_sfp_module_eeprom()
9007 ELINK_SFP_EEPROM_PAGE_SIZE : byte_cnt; in elink_read_sfp_module_eeprom()
9010 byte_cnt -= xfer_size; in elink_read_sfp_module_eeprom()