Lines Matching refs:byte_cnt

759 					     uint8_t dev_addr, uint16_t addr, uint8_t byte_cnt,
8750 uint8_t dev_addr, uint16_t addr, uint8_t byte_cnt, in elink_8726_read_sfp_module_eeprom() argument
8756 if (byte_cnt > ELINK_SFP_EEPROM_PAGE_SIZE) { in elink_8726_read_sfp_module_eeprom()
8764 (byte_cnt | (dev_addr << 8))); in elink_8726_read_sfp_module_eeprom()
8796 for (i = 0; i < byte_cnt; i++) { in elink_8726_read_sfp_module_eeprom()
8839 uint16_t addr, uint8_t byte_cnt, in elink_warpcore_read_sfp_module_eeprom() argument
8848 if (byte_cnt > ELINK_SFP_EEPROM_PAGE_SIZE) { in elink_warpcore_read_sfp_module_eeprom()
8865 rc = elink_bsc_read(sc, dev_addr, addr32, 0, byte_cnt, in elink_warpcore_read_sfp_module_eeprom()
8870 for (i = (addr - addr32); i < byte_cnt + (addr - addr32); i++) { in elink_warpcore_read_sfp_module_eeprom()
8881 uint8_t dev_addr, uint16_t addr, uint8_t byte_cnt, in elink_8727_read_sfp_module_eeprom() argument
8887 if (byte_cnt > ELINK_SFP_EEPROM_PAGE_SIZE) { in elink_8727_read_sfp_module_eeprom()
8912 ((byte_cnt < 2) ? 2 : byte_cnt)); in elink_8727_read_sfp_module_eeprom()
8955 for (i = 0; i < byte_cnt; i++) { in elink_8727_read_sfp_module_eeprom()
8976 uint16_t addr, uint16_t byte_cnt, uint8_t *o_buf) in elink_read_sfp_module_eeprom() argument
9003 while (!rc && (byte_cnt > 0)) { in elink_read_sfp_module_eeprom()
9004 xfer_size = (byte_cnt > ELINK_SFP_EEPROM_PAGE_SIZE) ? in elink_read_sfp_module_eeprom()
9005 ELINK_SFP_EEPROM_PAGE_SIZE : byte_cnt; in elink_read_sfp_module_eeprom()
9008 byte_cnt -= xfer_size; in elink_read_sfp_module_eeprom()