Home
last modified time | relevance | path

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

/trueos/sys/dev/hyperv/netvsc/
HDhv_net_vsc.c633 mtx_init(&net_dev->rx_pkt_list_lock, "HV-RPL", NULL, in hv_nv_on_device_add()
698 mtx_destroy(&net_dev->rx_pkt_list_lock); in hv_nv_on_device_add()
751 mtx_destroy(&net_dev->rx_pkt_list_lock); in hv_nv_on_device_remove()
899 mtx_lock_spin(&net_dev->rx_pkt_list_lock); in hv_nv_on_receive()
910 mtx_unlock_spin(&net_dev->rx_pkt_list_lock); in hv_nv_on_receive()
919 mtx_lock_spin(&net_dev->rx_pkt_list_lock); in hv_nv_on_receive()
927 mtx_unlock_spin(&net_dev->rx_pkt_list_lock); in hv_nv_on_receive()
1058 mtx_lock_spin(&net_dev->rx_pkt_list_lock); in hv_nv_on_receive_completion()
1075 mtx_unlock_spin(&net_dev->rx_pkt_list_lock); in hv_nv_on_receive_completion()
HDhv_net_vsc.h878 struct mtx rx_pkt_list_lock; member