Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pf.c1596 * fm10k_record_global_table_data - Move global table data to swapi table info
1639 fm10k_record_global_table_data(&err_msg.mac, &hw->swapi.mac); in fm10k_msg_err_pf()
1640 fm10k_record_global_table_data(&err_msg.nexthop, &hw->swapi.nexthop); in fm10k_msg_err_pf()
1641 fm10k_record_global_table_data(&err_msg.ffu, &hw->swapi.ffu); in fm10k_msg_err_pf()
1644 hw->swapi.status = le32_to_cpu(err_msg.status); in fm10k_msg_err_pf()
H A Dfm10k_ethtool.c67 FM10K_STAT("swapi_status", hw.swapi.status),
68 FM10K_STAT("mac_rules_used", hw.swapi.mac.used),
69 FM10K_STAT("mac_rules_avail", hw.swapi.mac.avail),
H A Dfm10k_type.h652 struct fm10k_swapi_info swapi; member
H A Dfm10k_pci.c1550 if (!err && hw->swapi.status) { in fm10k_lport_map()
1566 if (hw->swapi.status == FM10K_MSG_ERR_PEP_NOT_SCHEDULED) in fm10k_lport_map()
1571 hw->swapi.status); in fm10k_lport_map()