Searched refs:vf_vsi_map (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_parent.c | 80 uint16_t *vf_vsi_map) in ice_dcf_update_vf_vsi_map() argument 85 ice_dcf_update_vsi_ctx(hw, vf_id, vf_vsi_map[vf_id]); in ice_dcf_update_vf_vsi_map() 136 hw->num_vfs, hw->vf_vsi_map); in ice_dcf_vsi_update_service_handler() 265 pf_msg->event_data.vf_vsi_map.vf_id, in ice_dcf_handle_pf_event_msg() 266 pf_msg->event_data.vf_vsi_map.vsi_id); in ice_dcf_handle_pf_event_msg() 270 pf_msg->event_data.vf_vsi_map.vf_id); in ice_dcf_handle_pf_event_msg() 467 ice_dcf_update_vf_vsi_map(parent_hw, hw->num_vfs, hw->vf_vsi_map); in ice_dcf_init_parent_adapter()
|
| H A D | ice_dcf.c | 315 if (!hw->vf_vsi_map) { in ice_dcf_get_vf_vsi_map() 316 hw->vf_vsi_map = rte_zmalloc("vf_vsi_ctx", len, 0); in ice_dcf_get_vf_vsi_map() 317 if (!hw->vf_vsi_map) { in ice_dcf_get_vf_vsi_map() 326 if (!memcmp(hw->vf_vsi_map, vsi_map->vf_vsi, len)) { in ice_dcf_get_vf_vsi_map() 331 rte_memcpy(hw->vf_vsi_map, vsi_map->vf_vsi, len); in ice_dcf_get_vf_vsi_map() 742 rte_free(hw->vf_vsi_map); in ice_dcf_uninit_hw() 743 hw->vf_vsi_map = NULL; in ice_dcf_uninit_hw()
|
| H A D | ice_dcf.h | 111 uint16_t *vf_vsi_map; member
|
| H A D | ice_dcf_ethdev.c | 1872 if (dcf_adapter->real_hw.vf_vsi_map[vf_id] == dcf_vsi_id) { in eth_ice_dcf_pci_probe()
|
| /dpdk/drivers/common/iavf/ |
| H A D | virtchnl.h | 1479 } vf_vsi_map; member
|