Home
last modified time | relevance | path

Searched refs:comm_pending (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c255 static int comm_pending(struct mlx4_dev *dev) in comm_pending() function
297 if (comm_pending(dev)) { in mlx4_comm_cmd_poll()
314 while (comm_pending(dev) && time_before(jiffies, end)) in mlx4_comm_cmd_poll()
316 ret_from_pending = comm_pending(dev); in mlx4_comm_cmd_poll()
389 while (comm_pending(dev) && time_before(jiffies, end)) in mlx4_comm_cmd_wait()