Home
last modified time | relevance | path

Searched refs:pf_push_lsc_cap (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c757 if (vf->pf_push_lsc_cap == HNS3_PF_PUSH_LSC_CAP_UNKNOWN) in hns3vf_update_push_lsc_cap()
758 __atomic_compare_exchange(&vf->pf_push_lsc_cap, &exp, &val, 0, in hns3vf_update_push_lsc_cap()
773 __atomic_store_n(&vf->pf_push_lsc_cap, HNS3_PF_PUSH_LSC_CAP_UNKNOWN, in hns3vf_get_push_lsc_cap()
781 if (__atomic_load_n(&vf->pf_push_lsc_cap, __ATOMIC_ACQUIRE) != in hns3vf_get_push_lsc_cap()
792 __atomic_compare_exchange(&vf->pf_push_lsc_cap, &exp, &val, 0, in hns3vf_get_push_lsc_cap()
795 if (__atomic_load_n(&vf->pf_push_lsc_cap, __ATOMIC_ACQUIRE) == in hns3vf_get_push_lsc_cap()
1037 send_req = vf->pf_push_lsc_cap == HNS3_PF_PUSH_LSC_CAP_NOT_SUPPORTED || in hns3vf_request_link_info()
1356 if (vf->pf_push_lsc_cap == HNS3_PF_PUSH_LSC_CAP_SUPPORTED) in hns3vf_start_poll_job()
H A Dhns3_ethdev.h844 uint16_t pf_push_lsc_cap; member