Lines Matching refs:dummy
909 int dummy; in tile_net_open_aux() local
954 if (hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_open_aux()
955 sizeof(dummy), NETIO_IPP_START_SHIM_OFF) < 0) { in tile_net_open_aux()
1123 int dummy = 0; in tile_net_unregister() local
1133 ret = hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_unregister()
1134 sizeof(dummy), NETIO_IPP_INPUT_UNREGISTER_OFF); in tile_net_unregister()
1162 int dummy = 0; in tile_net_stop_aux() local
1179 if (hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_stop_aux()
1180 sizeof(dummy), NETIO_IPP_STOP_SHIM_OFF) < 0) in tile_net_stop_aux()
1243 int dummy = 0; in tile_net_open_inner() local
1335 if (hv_dev_pwrite(priv->hv_devhdl, 0, (HV_VirtAddr)&dummy, in tile_net_open_inner()
1336 sizeof(dummy), NETIO_IPP_INPUT_INIT_OFF) < 0) in tile_net_open_inner()