Searched refs:mac_id (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_recycle.c | 352 if (mac_id >= 1 && mac_id <= 8) in ls_mac_to_serdes_id() 354 if (mac_id >= 9 && mac_id <= 16) in ls_mac_to_serdes_id() 363 if (mac_id >= 1 && mac_id <= 10) in lx_mac_to_serdes_id() 365 if (mac_id >= 11 && mac_id <= 18) in lx_mac_to_serdes_id() 497 if (mac_id == 1) in lx_mac_serdes_lpbk_support() 499 else if (mac_id == 2) in lx_mac_serdes_lpbk_support() 504 if (mac_id == 11) in lx_mac_serdes_lpbk_support() 506 else if (mac_id == 12) in lx_mac_serdes_lpbk_support() 508 else if (mac_id == 13) in lx_mac_serdes_lpbk_support() 510 else if (mac_id == 14) in lx_mac_serdes_lpbk_support() [all …]
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 90 if (dev1->id.mac_id > dev2->id.mac_id) in compare_dpaa_devices() 92 else if (dev1->id.mac_id < dev2->id.mac_id) in compare_dpaa_devices() 189 dev->id.mac_id = fman_intf->mac_idx; in dpaa_create_device_list()
|
| H A D | rte_dpaa_bus.h | 96 uint8_t mac_id; /**< Fman MAC interface ID, for ETH type device */ member
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae.c | 578 mac_addr, mac_addr->fw_rsrc.mac_id.id, in sfc_mae_mac_addr_del() 613 &fw_rsrc->mac_id); in sfc_mae_mac_addr_enable() 624 &fw_rsrc->mac_id); in sfc_mae_mac_addr_enable() 628 &fw_rsrc->mac_id); in sfc_mae_mac_addr_enable() 638 fw_rsrc->mac_id.id = EFX_MAE_RSRC_ID_INVALID; in sfc_mae_mac_addr_enable() 649 mac_addr, fw_rsrc->mac_id.id); in sfc_mae_mac_addr_enable() 671 if (fw_rsrc->mac_id.id == EFX_MAE_RSRC_ID_INVALID || in sfc_mae_mac_addr_disable() 674 mac_addr, fw_rsrc->mac_id.id, fw_rsrc->refcnt); in sfc_mae_mac_addr_disable() 682 mac_addr, fw_rsrc->mac_id.id); in sfc_mae_mac_addr_disable() 685 mac_addr, fw_rsrc->mac_id.id, strerror(rc)); in sfc_mae_mac_addr_disable() [all …]
|
| H A D | sfc_mae.h | 32 efx_mae_mac_id_t mac_id; member
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_cmd.h | 422 uint8_t mac_id; member
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mae.c | 2397 efx_mae_mac_id_t mac_id; in efx_mae_mac_addr_alloc() local 2437 mac_id.id = MCDI_OUT_DWORD(req, MAE_MAC_ADDR_ALLOC_OUT_MAC_ID); in efx_mae_mac_addr_alloc() 2438 if (mac_id.id == EFX_MAE_RSRC_ID_INVALID) { in efx_mae_mac_addr_alloc() 2443 mac_idp->id = mac_id.id; in efx_mae_mac_addr_alloc()
|