Searched refs:nvscdev (Results 1 – 3 of 3) sorted by relevance
1243 struct netvsc_device *nvscdev; in netvsc_sc_open() local1251 nvscdev = rcu_dereference_raw(ndev_ctx->nvdev); in netvsc_sc_open()1252 if (!nvscdev || chn_index >= nvscdev->num_chn) in netvsc_sc_open()1255 nvchan = nvscdev->chan_table + chn_index; in netvsc_sc_open()1278 if (atomic_inc_return(&nvscdev->open_chn) == nvscdev->num_chn) in netvsc_sc_open()1279 wake_up(&nvscdev->subchan_open); in netvsc_sc_open()
1504 struct netvsc_device *nvscdev, in netvsc_send_table() argument1530 if (nvscdev->nvsp_version <= NVSP_PROTOCOL_VERSION_6 && in netvsc_send_table()1574 struct netvsc_device *nvscdev, in netvsc_receive_inband() argument1588 netvsc_send_table(ndev, nvscdev, nvmsg, msglen); in netvsc_receive_inband()
104 static void netvsc_tx_enable(struct netvsc_device *nvscdev, in netvsc_tx_enable() argument107 nvscdev->tx_disable = false; in netvsc_tx_enable()188 static void netvsc_tx_disable(struct netvsc_device *nvscdev, in netvsc_tx_disable() argument191 if (nvscdev) { in netvsc_tx_disable()192 nvscdev->tx_disable = true; in netvsc_tx_disable()