Lines Matching refs:dummy
912 int dummy; in tile_net_open_aux() local
957 if (hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_open_aux()
958 sizeof(dummy), NETIO_IPP_START_SHIM_OFF) < 0) { in tile_net_open_aux()
1126 int dummy = 0; in tile_net_unregister() local
1136 ret = hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_unregister()
1137 sizeof(dummy), NETIO_IPP_INPUT_UNREGISTER_OFF); in tile_net_unregister()
1165 int dummy = 0; in tile_net_stop_aux() local
1182 if (hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_stop_aux()
1183 sizeof(dummy), NETIO_IPP_STOP_SHIM_OFF) < 0) in tile_net_stop_aux()
1246 int dummy = 0; in tile_net_open_inner() local
1338 if (hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_open_inner()
1339 sizeof(dummy), NETIO_IPP_INPUT_INIT_OFF) < 0) in tile_net_open_inner()