Searched refs:vesws (Results 1 – 2 of 2) sorted by relevance
165 xa_init(&dd->vnic.vesws); in hfi1_vnic_setup()170 WARN_ON(!xa_empty(&dd->vnic.vesws)); in hfi1_vnic_cleanup()536 vinfo = xa_load(&dd->vnic.vesws, vesw_id); in hfi1_vnic_bypass_rcv()546 vinfo_tmp = xa_find(&dd->vnic.vesws, &index, ULONG_MAX, in hfi1_vnic_bypass_rcv()601 rc = xa_insert(&dd->vnic.vesws, vinfo->vesw_id, vinfo, GFP_KERNEL); in hfi1_vnic_up()627 xa_erase(&dd->vnic.vesws, vinfo->vesw_id); in hfi1_vnic_down()
1055 struct xarray vesws; member