Home
last modified time | relevance | path

Searched refs:PAGE_DATA_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1242 u8 page_data[PAGE_DATA_LEN]; in be_get_module_info()
1253 modinfo->eeprom_len = PAGE_DATA_LEN; in be_get_module_info()
1256 modinfo->eeprom_len = 2 * PAGE_DATA_LEN; in be_get_module_info()
1276 if (eeprom->offset + eeprom->len > PAGE_DATA_LEN) { in be_get_module_eeprom()
1280 PAGE_DATA_LEN); in be_get_module_eeprom()
Dbe_cmds.h1046 #define PAGE_DATA_LEN 256 macro
1051 u8 page_data[PAGE_DATA_LEN];
Dbe_cmds.c2244 memcpy(data, resp->page_data, PAGE_DATA_LEN); in be_cmd_read_port_transceiver_data()
2327 u8 page_data[PAGE_DATA_LEN]; in be_cmd_query_cable_type()
2352 u8 page_data[PAGE_DATA_LEN]; in be_cmd_query_sfp_info()