Home
last modified time | relevance | path

Searched refs:MAX_I2C_TRANSCEIVER_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_phy.c750 if ((size == 0) || (size > MAX_I2C_TRANSCEIVER_PAGE_SIZE)) { in ecore_validate_sfp_parameters()
753 MAX_I2C_TRANSCEIVER_PAGE_SIZE); in ecore_validate_sfp_parameters()
758 if (offset + size > MAX_I2C_TRANSCEIVER_PAGE_SIZE) { in ecore_validate_sfp_parameters()
761 MAX_I2C_TRANSCEIVER_PAGE_SIZE); in ecore_validate_sfp_parameters()
806 u8 buf[MAX_I2C_TRANSCEIVER_PAGE_SIZE]; in ecore_phy_sfp_read()
1636 MAX_I2C_TRANSCEIVER_PAGE_SIZE, in ecore_phy_sfp_get_eeprom()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h1747 #define MAX_I2C_TRANSCEIVER_PAGE_SIZE 256 macro