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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c253 static int comm_pending(struct mlx4_dev *dev) comm_pending() function
296 if (comm_pending(dev)) { mlx4_comm_cmd_poll()
313 while (comm_pending(dev) && time_before(jiffies, end)) mlx4_comm_cmd_poll()
315 ret_from_pending = comm_pending(dev); mlx4_comm_cmd_poll()
388 while (comm_pending(dev) && time_before(jiffies, end)) mlx4_comm_cmd_wait()

Completed in 53 milliseconds