Searched refs:nvscdev (Results 1 – 3 of 3) sorted by relevance
1228 struct netvsc_device *nvscdev; in netvsc_sc_open() local1236 nvscdev = rcu_dereference_raw(ndev_ctx->nvdev); in netvsc_sc_open()1237 if (!nvscdev || chn_index >= nvscdev->num_chn) in netvsc_sc_open()1240 nvchan = nvscdev->chan_table + chn_index; in netvsc_sc_open()1268 if (atomic_inc_return(&nvscdev->open_chn) == nvscdev->num_chn) in netvsc_sc_open()1269 wake_up(&nvscdev->subchan_open); in netvsc_sc_open()
1551 struct netvsc_device *nvscdev, in netvsc_send_table() argument1577 if (nvscdev->nvsp_version <= NVSP_PROTOCOL_VERSION_6 && in netvsc_send_table()1621 struct netvsc_device *nvscdev, in netvsc_receive_inband() argument1635 netvsc_send_table(ndev, nvscdev, nvmsg, msglen); in netvsc_receive_inband()
105 static void netvsc_tx_enable(struct netvsc_device *nvscdev, in netvsc_tx_enable() argument108 nvscdev->tx_disable = false; in netvsc_tx_enable()189 static void netvsc_tx_disable(struct netvsc_device *nvscdev, in netvsc_tx_disable() argument192 if (nvscdev) { in netvsc_tx_disable()193 nvscdev->tx_disable = true; in netvsc_tx_disable()
Completed in 25 milliseconds