Searched refs:sleep_cond (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_main.h | 150 sleep_cond(wait_queue_head_t *wait_queue, int *condition) in sleep_cond() function
|
D | lio_ethtool.c | 828 sleep_cond(&mdio_cmd_ctx->wc, &mdio_cmd_ctx->cond); in octnet_mdio45_access() 1067 if (sleep_cond(&ctx->wc, &ctx->cond) == -EINTR) { in lio_23xx_reconfigure_queue_count() 2085 if (sleep_cond(&ctx->wc, &ctx->cond) == -EINTR) { in octnet_get_intrmod_cfg() 2162 if (sleep_cond(&ctx->wc, &ctx->cond) != -EINTR) { in octnet_set_intrmod_cfg()
|
D | lio_vf_main.c | 651 if (sleep_cond(&ctx->wc, &ctx->cond) == -EINTR) in send_rx_ctrl_cmd() 2004 if (sleep_cond(&ctx->wc, &ctx->cond) == -EINTR) { in setup_nic_devices()
|
D | lio_core.c | 1293 if (sleep_cond(&ctx->wc, &ctx->cond) == -EINTR || in liquidio_change_mtu()
|
D | lio_main.c | 1258 if (sleep_cond(&ctx->wc, &ctx->cond) == -EINTR) in send_rx_ctrl_cmd() 3411 if (sleep_cond(&ctx->wc, &ctx->cond) == -EINTR) { in setup_nic_devices()
|