p_wait_done      1644 drivers/net/ethernet/mellanox/mlxsw/pci.c 	bool *p_wait_done = &mlxsw_pci->cmd.wait_done;
p_wait_done      1668 drivers/net/ethernet/mellanox/mlxsw/pci.c 	*p_wait_done = false;
p_wait_done      1685 drivers/net/ethernet/mellanox/mlxsw/pci.c 				*p_wait_done = true;
p_wait_done      1692 drivers/net/ethernet/mellanox/mlxsw/pci.c 		wait_event_timeout(mlxsw_pci->cmd.wait, *p_wait_done, timeout);
p_wait_done      1697 drivers/net/ethernet/mellanox/mlxsw/pci.c 	if (*p_wait_done) {