Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_pf.c1729 fm10k_record_global_table_data(&err_msg.mac, &hw->swapi.mac); in fm10k_msg_err_pf()
1730 fm10k_record_global_table_data(&err_msg.nexthop, &hw->swapi.nexthop); in fm10k_msg_err_pf()
1731 fm10k_record_global_table_data(&err_msg.ffu, &hw->swapi.ffu); in fm10k_msg_err_pf()
1734 hw->swapi.status = le32_to_cpu(err_msg.status); in fm10k_msg_err_pf()
Dfm10k_ethtool.c75 FM10K_STAT("swapi_status", hw.swapi.status),
76 FM10K_STAT("mac_rules_used", hw.swapi.mac.used),
77 FM10K_STAT("mac_rules_avail", hw.swapi.mac.avail),
Dfm10k_type.h663 struct fm10k_swapi_info swapi; member