Lines Matching defs:page
2151 "module address swap to access page 0xA2 is not supported.\n");
2790 const struct ethtool_module_eeprom *page,
2796 if (page->bank) {
2801 if (page->page) {
2802 NL_SET_ERR_MSG(extack, "Only page 0 supported");
2806 if (page->i2c_address != 0x50 &&
2807 page->i2c_address != 0x51) {
2812 return sfp_read(sfp, page->i2c_address == 0x51, page->offset,
2813 page->data, page->length);