Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1248 u8 page_data[PAGE_DATA_LEN]; in be_get_module_info()
1259 modinfo->eeprom_len = PAGE_DATA_LEN; in be_get_module_info()
1262 modinfo->eeprom_len = 2 * PAGE_DATA_LEN; in be_get_module_info()
1282 if (eeprom->offset + eeprom->len > PAGE_DATA_LEN) { in be_get_module_eeprom()
1286 PAGE_DATA_LEN); in be_get_module_eeprom()
Dbe_cmds.h1071 #define PAGE_DATA_LEN 256 macro
1076 u8 page_data[PAGE_DATA_LEN];
Dbe_cmds.c2286 memcpy(data, resp->page_data, PAGE_DATA_LEN); in be_cmd_read_port_transceiver_data()
2372 u8 page_data[PAGE_DATA_LEN]; in be_cmd_query_cable_type()
2397 u8 page_data[PAGE_DATA_LEN]; in be_cmd_query_sfp_info()